Bump version numbers for 1.4.23 release.

This commit is contained in:
akwizgran
2023-02-24 14:04:57 +00:00
parent 445f174275
commit df38bf17cc
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 10422
versionName "1.4.22"
versionCode 10423
versionName "1.4.23"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 10422
versionName "1.4.22"
versionCode 10423
versionName "1.4.23"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""