chore: suppress gradle warning #75

Merged
PeterCxy merged 1 commit from septs/OpenEUICC:suppress-gradle into master 2024-12-01 14:46:50 +01:00

View file

@ -22,4 +22,5 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonFinalResIds=false
android.suppressUnsupportedCompileSdk=35