From f7b335e4fbb381cf3a0808f7af4088f6d7cd0b5d Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 29 Jul 2023 19:47:54 -0400 Subject: [PATCH] Set useDefaultDebugSigningConfigForProfileableBuildtypes flag Related to #9774 --- app/build.gradle.kts | 1 - gradle.properties | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 163fa74543..74477e52fa 100644 --- a/app/build.gradle.kts +++ b/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") { diff --git a/gradle.properties b/gradle.properties index b12e724a7d..f4f0dc8c8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,3 +26,5 @@ android.useAndroidX=true android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false + +android.experimental.useDefaultDebugSigningConfigForProfileableBuildtypes=true \ No newline at end of file