File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ android {
3030dependencies {
3131 // freeRASP SDK
3232 implementation libs. talsec. security
33-
3433 implementation libs. kotlin. stdlib
3534 implementation libs. bundles. androidx
3635}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 alias(libs. plugins. android. application) apply false
44}
55
6- // noinspection GrDeprecatedAPIUsage
76tasks. register(' clean' , Delete ) {
7+ // noinspection GrDeprecatedAPIUsage
88 delete rootProject. buildDir
99}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ core-ktx = "1.17.0"
55appcompat = " 1.7.1"
66material = " 1.13.0"
77constraintlayout = " 2.2.1"
8- talsec-security = " 18.0.1 "
8+ talsec-security = " 18.0.2 "
99
1010[libraries ]
1111kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments