Skip to content

Commit

Permalink
android version increased
Browse files Browse the repository at this point in the history
  • Loading branch information
ziracms committed Feb 12, 2020
1 parent e8080c6 commit ce1d71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.github.ziracms.editor" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.4" android:versionCode="3" android:installLocation="auto">
<manifest package="com.github.ziracms.editor" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.7" android:versionCode="5" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
2 changes: 1 addition & 1 deletion android64/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.github.ziracms.editor" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.4" android:versionCode="4" android:installLocation="auto">
<manifest package="com.github.ziracms.editor" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.7" android:versionCode="6" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down

0 comments on commit ce1d71c

Please sign in to comment.