File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
3434
3535dependencies {
3636 // freeRASP SDK
37- implementation ' com.aheaditec.talsec.security:TalsecSecurity-Community:9.0.2 '
37+ implementation ' com.aheaditec.talsec.security:TalsecSecurity-Community:9.1.0 '
3838
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4040 implementation ' androidx.core:core-ktx:1.12.0'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ allprojects {
1818 repositories {
1919 google()
2020 mavenCentral()
21- maven { url " https://nexus3-public.monetplus.cz/repository/ahead- talsec-free-rasp " }
21+ maven { url " https://europe-west3-maven.pkg.dev/ talsec-artifact-repository/freerasp " }
2222 maven { url ' https://jitpack.io' }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ repositories {
5252 google()
5353 mavenCentral()
5454 maven { url "https://jitpack.io" }
55- maven { url "https://nexus3-public.monetplus.cz/repository/ahead- talsec-free-rasp " }
55+ maven { url "https://europe-west3-maven.pkg.dev/ talsec-artifact-repository/freerasp " }
5656}
5757```
5858
@@ -65,7 +65,7 @@ Set dependencies in your :app module's `build.gradle`:
6565
6666dependencies {
6767 // freeRASP SDK
68- implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:9.0.2 '
68+ implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:9.1.0 '
6969 ...
7070```
7171
You can’t perform that action at this time.
0 commit comments