Bump version numbers for 1.5.9 release.

This commit is contained in:
akwizgran
2024-01-16 17:47:20 +00:00
parent 551dba9425
commit a361676223
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 10508
versionName "1.5.8"
versionCode 10509
versionName "1.5.9"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 10508
versionName "1.5.8"
versionCode 10509
versionName "1.5.9"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""