1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 15:11:42 +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)}" applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk targetSdkVersion Versions.targetSdk
// versionCode 3010200 versionCode 3020000
versionCode androidGitVersion.code() // versionCode androidGitVersion.code()
// versionName '3.1.2' versionName '3.2.0'
versionName androidGitVersion.name() // versionName androidGitVersion.name()
if (System.getenv('CI') != 'true') { if (System.getenv('CI') != 'true') {
// Verification for F-Droid builds // Verification for F-Droid builds