Skip to content

Commit af750ee

Browse files
committed
update
1 parent 8902438 commit af750ee

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

FreeRASPDemoApp/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ android {
3030
dependencies {
3131
// freeRASP SDK
3232
implementation libs.talsec.security
33-
3433
implementation libs.kotlin.stdlib
3534
implementation libs.bundles.androidx
3635
}

FreeRASPDemoApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
alias(libs.plugins.android.application) apply false
44
}
55

6-
// noinspection GrDeprecatedAPIUsage
76
tasks.register('clean', Delete) {
7+
//noinspection GrDeprecatedAPIUsage
88
delete rootProject.buildDir
99
}

FreeRASPDemoApp/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ core-ktx = "1.17.0"
55
appcompat = "1.7.1"
66
material = "1.13.0"
77
constraintlayout = "2.2.1"
8-
talsec-security = "18.0.1"
8+
talsec-security = "18.0.2"
99

1010
[libraries]
1111
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }

0 commit comments

Comments
 (0)