Bump version numbers for 1.4.5 release.

This commit is contained in:
akwizgran
2022-02-24 16:06:34 +00:00
parent 6783eae1b1
commit 6c724b046a
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10404
versionName "1.4.4"
versionCode 10405
versionName "1.4.5"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10404
versionName "1.4.4"
versionCode 10405
versionName "1.4.5"
applicationId "org.briarproject.briar.android"
vectorDrawables.useSupportLibrary = true