Skip to content

Commit 3210673

Browse files
authored
New SDK version (#33)
1 parent 0c9718f commit 3210673

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

FreeRASPDemoApp/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434

3535
dependencies {
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'

FreeRASPDemoApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6666
dependencies {
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

0 commit comments

Comments
 (0)