mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-04 15:19:46 +00:00
Bump compileSdk/targetSdk to 37 and AGP to 9.1.1 (9.0.x maxes out at API 36.1 and can't resolve the minor-versioned android-37.0 platform). Handle the two breaking behavior changes for API 37 targets: - Cleartext traffic: usesCleartextTraffic is now ignored without a network security config. Self-hosted servers can be plain HTTP (ServerSettings.ssl = false), so add network_security_config.xml permitting cleartext and reference it from both manifests. - Local network access: declare ACCESS_LOCAL_NETWORK and request it at runtime via a new expect/actual RequestLocalNetworkPermission, triggered when the server-setup dialog opens so the grant resolves before any LAN connection. No-op on desktop/iOS. |
||
|---|---|---|
| .. | ||
| playstore | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||