Added AppMsg library to the librarys-folder

This commit is contained in:
Daniel Haß
2014-02-20 22:53:47 +01:00
parent 4839172f5b
commit 15757a2a32
11 changed files with 1430 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devspark.appmsg"
android:versionCode="5"
android:versionName="1.2.0">
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="19"/>
<application/>
</manifest>