Initial commit of Android project structure

This commit is contained in:
str4d
2014-02-26 03:57:24 +00:00
commit 86b4875d10
14 changed files with 439 additions and 0 deletions

View 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>