mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-28 06:31:27 +00:00
- Remove specific commercial app/bank names from all READMEs, comments, and log messages to avoid legal issues. Open-source detection tools (RKNHardering, YourVPNDead) are kept with links. - Rewrite test-app in Jetpack Compose with Material3 dynamic colors, edge-to-edge, system dark/light theme support. - Make test UI more verbose with detailed result cards. - Add full logcat output for all checks (tag: VPNHideTest) for automated testing by AI agents. - Fix 16KB page alignment for Android 15+.
5 lines
172 B
Kotlin
5 lines
172 B
Kotlin
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
alias(libs.plugins.compose.compiler) apply false
|
|
}
|