Bump version numbers for 1.3.5 release.

This commit is contained in:
akwizgran
2021-06-18 11:17:35 +01:00
parent 62014f4d01
commit 68a0b30701
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10304
versionName "1.3.4"
versionCode 10305
versionName "1.3.5"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10304
versionName "1.3.4"
versionCode 10305
versionName "1.3.5"
applicationId "org.briarproject.briar.android"
vectorDrawables.useSupportLibrary = true