Skip to content

Commit e36c9f7

Browse files
authored
Merge pull request #64 from talsec/rc/16.0.1
feat: add multi instance detection, release 16.0.1
2 parents b386bd7 + 7d99b1c commit e36c9f7

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
@@ -36,7 +36,7 @@ android {
3636

3737
dependencies {
3838
// freeRASP SDK
39-
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:15.1.0'
39+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:16.0.1'
4040

4141
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4242
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
@@ -156,6 +156,10 @@ class TalsecApplication : Application(), ThreatListener.ThreatDetected {
156156
println("onScreenRecordingDetected")
157157
}
158158

159+
override fun onMultiInstanceDetected() {
160+
println("onMultiInstanceDetected")
161+
}
162+
159163
// This is optional. Use only if you are interested in device state information like device lock and HW backed keystore state
160164
private val deviceStateListener = object : ThreatListener.DeviceState {
161165
override fun onUnlockedDeviceDetected() {

0 commit comments

Comments
 (0)