From d9b9b92b6c8b4e39dd3f7106060d9d0ec30f1885 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sun, 18 Jul 2021 11:21:04 +0200 Subject: [PATCH] Fix able to build a apk that will install --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 25217527..2d785350 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official +android.injected.testOnly=false \ No newline at end of file