Bump version numbers for 1.4.1 release.

This commit is contained in:
akwizgran
2021-11-03 15:08:52 +00:00
parent 70d5150faf
commit 19d23b46d8
2 changed files with 4 additions and 4 deletions

View File

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

View File

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