Release Build Fixes (#412)

This commit is contained in:
rahul bhat
2024-04-17 15:10:36 +05:30
committed by GitHub
parent ceb3b8cda8
commit 4a5436626d
2 changed files with 9 additions and 2 deletions

View File

@@ -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.** { *; }
-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

View File

@@ -7,7 +7,7 @@ pluginManagement {
}
}
rootProject.name = "uitron"
rootProject.name = "UiTron"
include ':app'
include ':navi-uitron'