Ver Fonte

Set useDefaultDebugSigningConfigForProfileableBuildtypes flag

Related to #9774
arkon há 1 ano atrás
pai
commit
f7b335e4fb
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 0 1
      app/build.gradle.kts
  2. 2 0
      gradle.properties

+ 0 - 1
app/build.gradle.kts

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

+ 2 - 0
gradle.properties

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