Bump version numbers for 1.5.1 release.

This commit is contained in:
akwizgran
2023-04-21 15:51:55 +01:00
parent c6a284bd6d
commit 9c4bf294a6
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 10500
versionName "1.5.0"
versionCode 10501
versionName "1.5.1"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 10500
versionName "1.5.0"
versionCode 10501
versionName "1.5.1"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""