Use more universal android version by default.

This commit is contained in:
cnlohr 2020-05-14 16:06:06 -07:00
parent 22779c4a69
commit 0655094184
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" package="org.cnlohr.colorchord"
android:versionCode="5">
android:versionCode="6">
<uses-permission android:name="android.permission.SET_RELEASE_APP"/>
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application android:debuggable="false" android:hasCode="false" android:label="colorchord" tools:replace="android:icon,android:theme,android:allowBackup,label" android:icon="@mipmap/icon" android:requestLegacyExternalStorage="true">
<application android:debuggable="false" android:hasCode="false" android:label="colorchord" tools:replace="android:icon,android:theme,android:allowBackup,label" android:icon="@mipmap/icon"> <!-- android:requestLegacyExternalStorage="true" - needed if SDK version is newer than 26 -->
<activity android:configChanges="keyboardHidden|orientation" android:label="colorchord" android:name="android.app.NativeActivity">
<!-- This device filter seems to do nothing at all! If you figure out how to use it or what it does, let me know!! -->

@ -1 +1 @@
Subproject commit 352f6cf6ea2d341a8c364762d93a79d5af5f028f
Subproject commit 6dd3d68499e8a4d7a05afbb5f9ace2adb51982d9