Bump version numbers for 1.4.12 release.

This commit is contained in:
akwizgran
2022-09-28 17:58:47 +01:00
parent f90aef7767
commit 559138c5b6
2 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 10411
versionName "1.4.11"
versionCode 10412
versionName "1.4.12"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "TorVersion", "\"$tor_version\""