Skip to content

Commit

Permalink
Fix downloading on android 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed May 19, 2022
1 parent 2541090 commit f768d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ android {
resValue "string", "app_name", "YoRHa"
}
release {
signingConfig signingConfigs.release
// signingConfig signingConfigs.release
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
applicationIdSuffix '.release'
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
android:icon="@mipmap/subsplease_icon"
android:roundIcon="@mipmap/subsplease_icon_round"
android:allowBackup="true"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit f768d3c

Please sign in to comment.