Bump version numbers for 1.4.15 release.

This commit is contained in:
akwizgran
2022-10-21 17:18:01 +01:00
parent a56a70a947
commit beb33410ae
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10414
versionName "1.4.14"
versionCode 10415
versionName "1.4.15"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10414
versionName "1.4.14"
versionCode 10415
versionName "1.4.15"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""