diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..159f018 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/settings.gradle b/settings.gradle.kts similarity index 66% rename from settings.gradle rename to settings.gradle.kts index a1647d1..324247d 100644 --- a/settings.gradle +++ b/settings.gradle.kts @@ -13,9 +13,9 @@ dependencyResolutionManagement { } } rootProject.name = "OpenEUICC" -include ':app' -include ':libs:hidden-apis-stub' -include ':libs:hidden-apis-shim' -include ':libs:lpac-jni' -include ':app-common' -include ':app-unpriv' +include(":app") +include(":libs:hidden-apis-stub") +include(":libs:hidden-apis-shim") +include(":libs:lpac-jni") +include(":app-common") +include(":app-unpriv")