Skip to content

Commit c2bd17a

Browse files
committed
version code bump
1 parent 4576e24 commit c2bd17a

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
@@ -3,7 +3,7 @@ import com.android.build.gradle.internal.api.BaseVariantOutputImpl
33
@Suppress("PropertyName")
44
val VERSION_NAME="3.4.0"
55
@Suppress("PropertyName")
6-
val VERSION_CODE=34
6+
val VERSION_CODE=36
77
val useFpProDebugVersion =
88
false // switch to true when needed to debug the locally built library
99
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()

0 commit comments

Comments
 (0)