Skip to content

Commit

Permalink
New SDK (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
msikyna authored Nov 20, 2024
1 parent 2147cf9 commit 2ade0d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRASPDemoApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {

dependencies {
// freeRASP SDK
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:12.0.0'
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:13.0.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.12.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ class TalsecApplication : Application(), ThreatListener.ThreatDetected {
println("onDeveloperModeDetected")
}

override fun onADBEnabledDetected() {
println("onADBEnabledDetected")
}

override fun onSystemVPNDetected() {
println("onSystemVPNDetected")
}
Expand Down

0 comments on commit 2ade0d4

Please sign in to comment.