Bump version numbers for 1.5.14 release.

This commit is contained in:
akwizgran
2025-02-13 12:46:50 +00:00
parent 1e74b213e3
commit e4e1204942
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 10513
versionName "1.5.13"
versionCode 10514
versionName "1.5.14"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 10513
versionName "1.5.13"
versionCode 10514
versionName "1.5.14"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""