-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
23 lines (20 loc) · 1.33 KB
/
libs.versions.toml
File metadata and controls
23 lines (20 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[versions]
entrust-idv = "100.4.0"
appcompat = "1.7.1"
coreKtx = "1.17.0"
lifecycle-version = "2.10.0"
agp = "8.13.2"
kotlin = "2.1.10"
[libraries]
entrust-idv-core = { group = "com.entrust.identity.verification.sdk", name = "core", version.ref = "entrust-idv" }
entrust-idv-welcome = { group = "com.entrust.identity.verification.sdk", name = "welcome", version.ref = "entrust-idv" }
entrust-idv-face-motion = { group = "com.entrust.identity.verification.sdk", name = "face.motion", version.ref = "entrust-idv" }
entrust-idv-face-photo = { group = "com.entrust.identity.verification.sdk", name = "face.photo", version.ref = "entrust-idv" }
entrust-idv-document = { group = "com.entrust.identity.verification.sdk", name = "document", version.ref = "entrust-idv" }
entrust-idv-nfc = { group = "com.entrust.identity.verification.sdk", name = "nfc", version.ref = "entrust-idv" }
androidx-appcompat = {group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
androidx-core = {group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-lifecycle-runtime = {group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle-version" }
[plugins]
android-application = {id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }