java 11 for android

This commit is contained in:
rusefillc 2023-06-18 10:40:40 -04:00 committed by rusefillc
parent 1ca1c2b40b
commit 4d3ef31931
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
apply from: '../../android/dependencies.gradle'
android {
namespace "com.rusefi.app"
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}