mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 01:35:00 -05:00
12 lines
311 B
XML
12 lines
311 B
XML
|
<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>
|