We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4075de3 commit b1a2520Copy full SHA for b1a2520
FCL/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "com.tungsten.fcl"
42
minSdk = libs.versions.minSdk.get().toInt()
43
targetSdk = libs.versions.targetSdk.get().toInt()
44
- versionCode = 1274
45
- versionName = "1.2.7.4"
+ versionCode = 1275
+ versionName = "1.2.7.5"
46
}
47
48
buildTypes {
0 commit comments