Skip to content

Commit a995645

Browse files
MOBILE-1063 : BUMP version code
1 parent f295d11 commit a995645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val local = Properties().apply {
1212
@Suppress("PropertyName")
1313
val VERSION_NAME= project.findProperty("VERSION_NAME")?.toString() ?: "3.8.3"
1414
@Suppress("PropertyName")
15-
val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 46
15+
val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 48
1616
val useFpProDebugVersion =
1717
false // switch to true when needed to debug the locally built library
1818
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()

0 commit comments

Comments
 (0)