mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 12:02:33 +01:00
Prepare v3.2.0
This commit is contained in:
parent
62914bd55a
commit
30670b14e7
6
.idea/ktfmt.xml
Normal file
6
.idea/ktfmt.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KtfmtSettings">
|
||||
<option name="enabled" value="false" />
|
||||
</component>
|
||||
</project>
|
@ -35,10 +35,10 @@ android {
|
||||
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
|
||||
minSdkVersion kau.Versions.minSdk
|
||||
targetSdkVersion Versions.targetSdk
|
||||
// versionCode 3010200
|
||||
versionCode androidGitVersion.code()
|
||||
// versionName '3.1.2'
|
||||
versionName androidGitVersion.name()
|
||||
versionCode 3020000
|
||||
// versionCode androidGitVersion.code()
|
||||
versionName '3.2.0'
|
||||
// versionName androidGitVersion.name()
|
||||
|
||||
if (System.getenv('CI') != 'true') {
|
||||
// Verification for F-Droid builds
|
||||
|
Loading…
Reference in New Issue
Block a user