Bump version numbers for 1.4.3 release.

This commit is contained in:
akwizgran
2021-12-13 16:58:13 +00:00
parent 38a07e1d54
commit e032e0ccd5
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10402
versionName "1.4.2"
versionCode 10403
versionName "1.4.3"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10402
versionName "1.4.2"
versionCode 10403
versionName "1.4.3"
applicationId "org.briarproject.briar.android"
vectorDrawables.useSupportLibrary = true