Bumped version number for beta release (for real this time).

This commit is contained in:
Michael Rogers
2017-08-01 16:43:47 +01:00
parent 69bfb72171
commit aafddcd0f0

View File

@@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode 1607
versionName "0.16.7"
versionCode 1608
versionName "0.16.8"
applicationId "org.briarproject.briar.beta"
resValue "string", "app_package", "org.briarproject.briar.beta"
buildConfigField "String", "GitHash", "\"${getGitHash()}\""