1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Auto version

This commit is contained in:
Allan Wang 2020-11-07 22:34:58 -08:00
parent 97fecd1694
commit 28797d952c
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -35,10 +35,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
versionCode 2040700
// versionCode androidGitVersion.code()
versionName '2.4.7'
// versionName androidGitVersion.name()
// versionCode 2040700
versionCode androidGitVersion.code()
// versionName '2.4.7'
versionName androidGitVersion.name()
if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds