Skip to content

Commit

Permalink
Update manifest details
Browse files Browse the repository at this point in the history
  • Loading branch information
realbardia committed Dec 17, 2020
1 parent 4d296ec commit e8d5991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions configurations/android/15/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest package="org.nilegroup.Meikade" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.2.2" android:versionCode="4220" android:installLocation="auto">
<manifest package="org.nilegroup.Meikade" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.2.2" android:versionCode="4221" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
Remove the comment if you do not require these default features. -->
Expand Down
4 changes: 2 additions & 2 deletions configurations/android/15/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {

defaultConfig {
resConfig "en"
minSdkVersion = qtMinSdkVersion
targetSdkVersion = qtTargetSdkVersion
minSdkVersion = 23
targetSdkVersion = 29
}
}

0 comments on commit e8d5991

Please sign in to comment.