diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 163fa7454..74477e52f 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 b12e724a7..f4f0dc8c8 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