Bump version numbers for 1.4.2 release.

This commit is contained in:
akwizgran
2021-12-13 15:17:34 +00:00
parent de3a74eedf
commit 3b03db9f43
2 changed files with 4 additions and 4 deletions

View File

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

View File

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