geode/loader/dobby/build-workspace/prefab/AndroidManifest.xml

10 lines
255 B
XML
Raw Normal View History

2022-07-30 12:24:03 -04:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.github.jmpews.ndk.dobby" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="30" />
</manifest>