Bump version numbers for 1.4.9 release.

This commit is contained in:
akwizgran
2022-06-23 14:55:06 +01:00
parent 3922270db1
commit 592daf9c20
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10408
versionName "1.4.8"
versionCode 10409
versionName "1.4.9"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10408
versionName "1.4.8"
versionCode 10409
versionName "1.4.9"
applicationId "org.briarproject.briar.android"
vectorDrawables.useSupportLibrary = true