When building my Tauri Android app for release and installing it on a device running Android 15 (API 36), the app crashes immediately upon opening. Android shows a popup message:
"This app is using some security reinforcement techniques that are not supported in this Android version."
The app builds successfully but crashes on launch.
Steps to Reproduce
- Configure signing key for release build per Tauri docs
- Run npm run tauri android build --apk
- Build completes successfully
- Install APK on Android 15 device/emulator
- Open the app → immediate crash with the above error
Expected Behavior
App should launch normally on Android 15.
Actual Behavior
App crashes on launch with Android system popup about unsupported security techniques.
Additional Context
compileSdk is 36

When building my Tauri Android app for release and installing it on a device running Android 15 (API 36), the app crashes immediately upon opening. Android shows a popup message:
The app builds successfully but crashes on launch.
Steps to Reproduce
Expected Behavior
App should launch normally on Android 15.
Actual Behavior
App crashes on launch with Android system popup about unsupported security techniques.
Additional Context
compileSdk is 36