AndroidManifest updated

This commit is contained in:
Zira project 2020-12-02 18:39:06 +05:00
parent b116787e2f
commit ba91f027ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.0" android:versionCode="1" android:installLocation="auto">
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.2-Android-16-arm64-v8a" android:versionCode="2" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="29"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.0" android:versionCode="1" android:installLocation="auto">
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.2-Android-21-x86-64" android:versionCode="6" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.