Skip to content
Snippets Groups Projects
Verified Commit 1833efa5 authored by akwizgran's avatar akwizgran
Browse files

Bump version numbers for 1.0.1 release.

parent 77461619
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ android { ...@@ -14,8 +14,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 26
versionCode 10000 versionCode 10001
versionName "1.0.0" versionName "1.0.1"
consumerProguardFiles 'proguard-rules.txt' consumerProguardFiles 'proguard-rules.txt'
} }
......
...@@ -190,8 +190,8 @@ android { ...@@ -190,8 +190,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 26
versionCode 10000 versionCode 10001
versionName "1.0.0" versionName "1.0.1"
applicationId "org.briarproject.briar.android" applicationId "org.briarproject.briar.android"
resValue "string", "app_package", "org.briarproject.briar.android" resValue "string", "app_package", "org.briarproject.briar.android"
resValue "string", "app_name", "Briar" resValue "string", "app_name", "Briar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment