We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea46f3 commit e60140dCopy full SHA for e60140d
FCL/build.gradle.kts
@@ -43,8 +43,8 @@ android {
43
applicationId = "com.tungsten.fcl"
44
minSdk = libs.versions.minSdk.get().toInt()
45
targetSdk = libs.versions.targetSdk.get().toInt()
46
- versionCode = 1284
47
- versionName = "1.2.8.4"
+ versionCode = 1285
+ versionName = "1.2.8.5"
48
}
49
50
buildTypes {
0 commit comments