Skip to content

Commit 0bdb067

Browse files
committed
feat: update app
Signed-off-by: Denis Dobanda <[email protected]>
1 parent 14950a4 commit 0bdb067

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
}
5353

5454
dependencies {
55-
implementation("com.github.EXXETA:Android-Security-Toolkit:develop-SNAPSHOT")
55+
implementation(libs.android.security.toolkit)
5656

5757
implementation(libs.androidx.core.ktx)
5858
implementation(libs.androidx.lifecycle.runtime.ktx)

example/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
agp = "8.2.0"
3-
kotlin = "1.9.0"
2+
agp = "8.5.2"
3+
kotlin = "1.9.23"
44
coreKtx = "1.10.1"
55
junit = "4.13.2"
66
junitVersion = "1.1.5"
77
espressoCore = "3.5.1"
88
lifecycleRuntimeKtx = "2.6.1"
99
activityCompose = "1.8.0"
1010
composeBom = "2024.04.01"
11-
security_toolkit = "1.0.0"
11+
androidSecurityToolkit = "1.0.1"
1212

1313
[libraries]
1414
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -25,7 +25,7 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
2525
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
2626
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
2727
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
28-
securitytoolkit = { group = "com.exxeta", name = "security-toolkit", version.ref = "security_toolkit" }
28+
android-security-toolkit = { module = "com.github.EXXETA:Android-Security-Toolkit", version.ref = "androidSecurityToolkit" }
2929

3030
[plugins]
3131
android-application = { id = "com.android.application", version.ref = "agp" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Aug 07 13:09:25 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)