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

Reset version info

This commit is contained in:
Allan Wang 2020-03-02 00:11:02 -08:00
parent 98e7857d8b
commit 7aa08535fc
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 2040400
// versionCode androidGitVersion.code()
versionName '2.4.4'
// versionName androidGitVersion.name()
// versionCode 2040400
versionCode androidGitVersion.code()
// versionName '2.4.4'
versionName androidGitVersion.name()
if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds