File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636
3737dependencies {
3838 // freeRASP SDK
39- implementation ' com.aheaditec.talsec.security:TalsecSecurity-Community:17 .0.0 '
39+ implementation ' com.aheaditec.talsec.security:TalsecSecurity-Community:18 .0.1 '
4040
4141 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4242 implementation ' androidx.core:core-ktx:1.17.0'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 2.0.0 "
3+ ext. kotlin_version = " 2.0.21 "
44 repositories {
55 google()
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.13.0 '
9+ classpath ' com.android.tools.build:gradle:8.13.2 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments