1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-16 20:12:25 +02:00

Prepare v3.2.0

This commit is contained in:
Allan Wang 2022-09-18 14:31:42 -07:00
parent 62914bd55a
commit 30670b14e7
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
2 changed files with 10 additions and 4 deletions

6
.idea/ktfmt.xml Normal file
View 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>

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 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