RKNnoVPN/app/gradle.properties
loop-uh c73bd730c1 Add app icon + suppress compileSdk warning
- Add adaptive icon: shield with checkmark on teal background
- Vector drawable foreground (no PNG needed)
- Suppress compileSdk=35 warning for AGP 8.4

Fixes: AAPT error "resource mipmap/ic_launcher not found"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 16:12:28 +03:00

7 lines
226 B
INI

android.useAndroidX=true
android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=35
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true