convert settings.gradle to kts

This commit is contained in:
Peter Cai 2024-01-20 15:28:27 -05:00
parent 0b66a64fdb
commit 70c29c195b
2 changed files with 23 additions and 6 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="LUNA000000000447" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-01-20T20:18:25.117832013Z" />
</component>
</project>

View file

@ -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")