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:
parent
97fecd1694
commit
28797d952c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user