From 23ce5a489eee39faf94a4b13374a21834609e8c8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 5 May 2022 10:21:29 +0530 Subject: [PATCH] gradle: fix release builds --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 5df6008a..722ee1c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,6 +20,9 @@ kapt.incremental.apt=true # Turn off AP discovery in compile path to enable compile avoidance kapt.include.compile.classpath=false +# Force disable testOnly flag in manifest +android.injected.testOnly=false + # Use R8 instead of ProGuard for code shrinking. android.enableR8.fullMode=true