allow installing debug apk on ColorOS

This commit is contained in:
Qijia Liu 2026-07-31 22:44:51 -04:00
parent bcb694384d
commit c92e851dc3

View File

@ -18,6 +18,8 @@ android.useAndroidX=true
android.nonTransitiveRClass=true
# https://developer.android.com/build/optimize-your-build#disable-the-jetifier-flag
android.enableJetifier=false
# Workaround installing debug APK on ColorOS
android.injected.testOnly=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# KSP2 https://github.com/google/ksp/blob/main/docs/ksp2.md