Skip to content

Commit 2ade0d4

Browse files
authored
New SDK (#47)
1 parent 2147cf9 commit 2ade0d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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:12.0.0'
37+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:13.0.0'
3838

3939
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4040
implementation 'androidx.core:core-ktx:1.12.0'

FreeRASPDemoApp/app/src/main/java/com/aheaditec/talsec/demoapp/TalsecApplication.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ class TalsecApplication : Application(), ThreatListener.ThreatDetected {
9393
println("onDeveloperModeDetected")
9494
}
9595

96+
override fun onADBEnabledDetected() {
97+
println("onADBEnabledDetected")
98+
}
99+
96100
override fun onSystemVPNDetected() {
97101
println("onSystemVPNDetected")
98102
}

0 commit comments

Comments
 (0)