Bump version numbers for 1.5.7 release.

This commit is contained in:
akwizgran
2023-09-12 17:30:19 +01:00
parent c5c1fdb61c
commit 6ae601e395
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 10506
versionName "1.5.6"
versionCode 10507
versionName "1.5.7"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 10506
versionName "1.5.6"
versionCode 10507
versionName "1.5.7"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""