Bump version numbers for 1.4.17 release.

This commit is contained in:
akwizgran
2022-11-14 10:41:58 +00:00
parent bae97e3312
commit c855967d56
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 10416
versionName "1.4.16"
versionCode 10417
versionName "1.4.17"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 10416
versionName "1.4.16"
versionCode 10417
versionName "1.4.17"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""