Bump version numbers for 1.5.3 release.

This commit is contained in:
akwizgran
2023-05-24 11:33:49 +01:00
parent 7a33d26533
commit ff254fbc92
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 10502
versionName "1.5.2"
versionCode 10503
versionName "1.5.3"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 10502
versionName "1.5.2"
versionCode 10503
versionName "1.5.3"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""