Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Set useDefaultDebugSigningConfigForProfileableBuildtypes flag

Related to #9774
Cette révision appartient à :
arkon 2023-07-29 19:47:54 -04:00
Parent aa6937baf2
révision f7b335e4fb
2 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -70,7 +70,6 @@ android {
signingConfig = debugType.signingConfig signingConfig = debugType.signingConfig
versionNameSuffix = debugType.versionNameSuffix versionNameSuffix = debugType.versionNameSuffix
applicationIdSuffix = debugType.applicationIdSuffix applicationIdSuffix = debugType.applicationIdSuffix
isProfileable = false
matchingFallbacks.add("release") matchingFallbacks.add("release")
} }
create("benchmark") { create("benchmark") {

Voir le fichier

@ -26,3 +26,5 @@ android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false android.nonTransitiveRClass=false
android.nonFinalResIds=false android.nonFinalResIds=false
android.experimental.useDefaultDebugSigningConfigForProfileableBuildtypes=true