File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import com.android.build.gradle.internal.api.BaseVariantOutputImpl
2
- import org.gradle.kotlin.dsl.detektPlugins
3
2
4
3
@Suppress(" PropertyName" )
5
- val VERSION_NAME = " 3.3 .0"
4
+ val VERSION_NAME = " 3.4 .0"
6
5
@Suppress(" PropertyName" )
7
- val VERSION_CODE = 28
6
+ val VERSION_CODE = 36
8
7
val useFpProDebugVersion =
9
8
false // switch to true when needed to debug the locally built library
10
9
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dagger = "2.51.1"
16
16
junit = " 4.13.2"
17
17
junitExt = " 1.2.1"
18
18
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"
21
21
androidApplicationPlugin = " 8.7.1"
22
22
kotlin = " 2.0.21"
23
23
detekt = " 1.23.8"
You can’t perform that action at this time.
0 commit comments