From 4d3ef31931edb1c4879c6ea48bbb54220f98f58a Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 18 Jun 2023 10:40:40 -0400 Subject: [PATCH] java 11 for android --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index b0f7eeded2..83efd89fc3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -3,6 +3,7 @@ apply plugin: 'com.android.application' apply from: '../../android/dependencies.gradle' android { + namespace "com.rusefi.app" packagingOptions { exclude 'META-INF/DEPENDENCIES' }