mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 12:32:30 +01:00
Prepare dev environment [skip ci]
This commit is contained in:
parent
8b6c501693
commit
4bd9ad32ca
@ -35,10 +35,10 @@ android {
|
||||
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
|
||||
minSdkVersion kau.Versions.minSdk
|
||||
targetSdkVersion Versions.targetSdk
|
||||
versionCode 3010000
|
||||
// versionCode androidGitVersion.code()
|
||||
versionName '3.1.0'
|
||||
// versionName androidGitVersion.name()
|
||||
// versionCode 3010000
|
||||
versionCode androidGitVersion.code()
|
||||
// versionName '3.1.0'
|
||||
versionName androidGitVersion.name()
|
||||
|
||||
if (System.getenv('CI') != 'true') {
|
||||
// Verification for F-Droid builds
|
||||
|
Loading…
Reference in New Issue
Block a user