Describe the bug
While using com.aheaditec.talsec.security:TalsecSecurity-Community:19.3.0, the app crashes because Superuser.apk is not installed on my device.
To Reproduce
Build application using
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://europe-west3-maven.pkg.dev/talsec-artifact-repository/common' }
maven { url 'https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp' }
}
}
dependencies {
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:19.3.0'
}
Your application will crash
Please complete the following information:
- OS version: Android 15
- Version of freeRASP: 19.3.0
Describe the bug
While using com.aheaditec.talsec.security:TalsecSecurity-Community:19.3.0, the app crashes because Superuser.apk is not installed on my device.
To Reproduce
Build application using
Your application will crash
Please complete the following information: