Bump version numbers for 1.4.6 release.

This commit is contained in:
akwizgran
2022-04-01 17:05:12 +01:00
parent d572ae71e7
commit a1f349efc9
2 changed files with 4 additions and 4 deletions

View File

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

View File

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