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 dbe8142 commit f5df324Copy full SHA for f5df324
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 = 1260
45
- versionName = "1.2.6.0"
+ versionCode = 1261
+ versionName = "1.2.6.1"
46
}
47
48
buildTypes {
0 commit comments