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 266e05d commit 02449e5Copy full SHA for 02449e5
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 = 1273
45
- versionName = "1.2.7.3"
+ versionCode = 1274
+ versionName = "1.2.7.4"
46
}
47
48
buildTypes {
0 commit comments