We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3ac18 commit d452433Copy full SHA for d452433
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 = 1267
45
- versionName = "1.2.6.7"
+ versionCode = 1268
+ versionName = "1.2.6.8"
46
}
47
48
buildTypes {
0 commit comments