File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929
3030dependencies {
3131 // freeRASP SDK
32- implementation libs. talsec. security
32+ implementation libs. talsec. freerasp
3333 implementation libs. kotlin. stdlib
3434 implementation libs. bundles. androidx
3535}
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ core-ktx = "1.17.0"
55appcompat = " 1.7.1"
66material = " 1.13.0"
77constraintlayout = " 2.2.1"
8- talsec-security = " 18.0.2"
8+ talsec-freerasp = " 18.0.2"
99
1010[libraries ]
1111kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
1212core-ktx = { module = " androidx.core:core-ktx" , version.ref = " core-ktx" }
1313appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
1414material = { module = " com.google.android.material:material" , version.ref = " material" }
1515constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintlayout" }
16- talsec-security = { module = " com.aheaditec.talsec.security:TalsecSecurity-Community" , version.ref = " talsec-security " }
16+ talsec-freerasp = { module = " com.aheaditec.talsec.security:TalsecSecurity-Community" , version.ref = " talsec-freerasp " }
1717
1818[plugins ]
1919android-application = { id = " com.android.application" , version.ref = " agp" }
You can’t perform that action at this time.
0 commit comments