Skip to content

Commit e22f916

Browse files
MOBILE-965 : Bump version
1 parent b720fd2 commit e22f916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ val local = Properties().apply {
1010
}
1111

1212
@Suppress("PropertyName")
13-
val VERSION_NAME= project.findProperty("VERSION_NAME")?.toString() ?: "3.8.0"
13+
val VERSION_NAME= project.findProperty("VERSION_NAME")?.toString() ?: "3.8.1"
1414
@Suppress("PropertyName")
15-
val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 43
15+
val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 44
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)