We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ef25e commit 7f60320Copy full SHA for 7f60320
2 files changed
FreeRASPDemoApp/app/build.gradle
@@ -34,7 +34,7 @@ android {
34
35
dependencies {
36
// freeRASP SDK
37
- implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:8.0.2'
+ implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:8.0.4'
38
39
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
40
implementation 'androidx.core:core-ktx:1.5.0'
README.md
@@ -63,7 +63,7 @@ Set dependencies in your :app module's `build.gradle`:
63
64
65
66
67
...
68
```
69
0 commit comments