Skip to content

Commit 1ffcbba

Browse files
committed
version name and version code bump
version code bump
1 parent b7a4bbf commit 1ffcbba

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import com.android.build.gradle.internal.api.BaseVariantOutputImpl
2-
import org.gradle.kotlin.dsl.detektPlugins
32

43
@Suppress("PropertyName")
5-
val VERSION_NAME="3.3.0"
4+
val VERSION_NAME="3.4.0"
65
@Suppress("PropertyName")
7-
val VERSION_CODE=28
6+
val VERSION_CODE=36
87
val useFpProDebugVersion =
98
false // switch to true when needed to debug the locally built library
109
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dagger = "2.51.1"
1616
junit = "4.13.2"
1717
junitExt = "1.2.1"
1818
espresso = "3.6.1"
19-
fingerprint = "2.8.0"
20-
fingerprintDebug = "2.8.0-debug"
19+
fingerprint = "2.9.0"
20+
fingerprintDebug = "2.9.0-debug"
2121
androidApplicationPlugin = "8.7.1"
2222
kotlin = "2.0.21"
2323
detekt = "1.23.8"

0 commit comments

Comments
 (0)