Added AppMsg library to the librarys-folder
This commit is contained in:
12
libraries/Android-AppMsg/library/AndroidManifest.xml
Normal file
12
libraries/Android-AppMsg/library/AndroidManifest.xml
Normal 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>
|
||||
Reference in New Issue
Block a user