Skip to content

Commit

Permalink
[Issue1] android10 file access no working bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Mar 19, 2023
1 parent 683ba58 commit 28c011f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
def applicationName = "CommandClick"
def versionMajor = 0
def versionMinor = 0
def versionPatch = 12
def versionPatch = 13

android {
namespace 'com.puutaro.commandclick'
Expand All @@ -17,7 +17,7 @@ android {
applicationId "com.puutaro.commandclick"
minSdk 27
targetSdk 33
versionCode 12
versionCode 13
versionName "${versionMajor}.${versionMinor}.${versionPatch}"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:roundIcon="@mipmap/ic_cmdclick_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.CommandClick"
android:requestLegacyExternalStorage="true"
tools:targetApi="31">

<provider
Expand Down

0 comments on commit 28c011f

Please sign in to comment.