Bump version

This commit is contained in:
Robbie Trencheny 2020-02-13 15:51:01 -08:00
parent 4e446fb318
commit fb39094210
No known key found for this signature in database
GPG key ID: 1E236BB235BF0021

View file

@ -20,7 +20,7 @@ buildscript {
}
def vCode = "${System.env.VERSION_CODE ?: 1}".toInteger()
def vName = "1.7.1-${vCode}"
def vName = "1.7.2-${vCode}"
android {
compileSdkVersion projectSdkVersion.toInteger()