AndroidManifest.xml updated

This commit is contained in:
Zira project 2021-03-05 14:53:54 +05:00
parent 569a0e3433
commit 959a2612b8
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.2-Android-16-arm64-v8a" android:versionCode="2" android:installLocation="auto">
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1.1-Android-16-arm64-v8a" android:versionCode="8" 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.2-Android-21-x86-64" android:versionCode="6" android:installLocation="auto">
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1.1-Android-21-x86-64" android:versionCode="12" 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.