mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-28 22:52:15 +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+.
21 lines
1,020 B
TOML
21 lines
1,020 B
TOML
[versions]
|
|
agp = "8.9.3"
|
|
kotlin = "2.1.20"
|
|
compose-bom = "2025.04.00"
|
|
compose-compiler = "1.5.14"
|
|
activity-compose = "1.10.1"
|
|
core-ktx = "1.16.0"
|
|
|
|
[libraries]
|
|
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
|
|
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
|
|
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|