Skip to content

Commit 4b922f6

Browse files
committed
MOBILE-752: 3.5.0 release
1 parent 817ed14 commit 4b922f6

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
@@ -9,9 +9,9 @@ val local = Properties().apply {
99
}
1010

1111
@Suppress("PropertyName")
12-
val VERSION_NAME="3.4.0"
12+
val VERSION_NAME="3.5.0"
1313
@Suppress("PropertyName")
14-
val VERSION_CODE=36
14+
val VERSION_CODE=39
1515
val useFpProDebugVersion =
1616
false // switch to true when needed to debug the locally built library
1717
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()

0 commit comments

Comments
 (0)