Initial commit of Android project structure
This commit is contained in:
11
botejars/AndroidManifest.xml
Normal file
11
botejars/AndroidManifest.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="i2p.bote"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.1"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" />
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user