diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 63e3500..69e320a 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -31,4 +31,11 @@ #Gson specific classes -keep class com.google.gson.stream.** { *; } -keep class com.google.gson.FieldNamingStrategy { *; } --keep class com.google.gson.Gson.** { *; } \ No newline at end of file +-keep class com.google.gson.Gson.** { *; } + +# Please add these rules to your existing keep rules in order to suppress warnings. +# This is generated automatically by the Android Gradle plugin. +-dontwarn javax.script.AbstractScriptEngine +-dontwarn javax.script.Compilable +-dontwarn javax.script.ScriptEngine +-dontwarn javax.script.ScriptEngineFactory \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 5e3e857..4c17666 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } } -rootProject.name = "uitron" +rootProject.name = "UiTron" include ':app' include ':navi-uitron'