Skip to content

Commit 401f70c

Browse files
Fix scoped storage issue (commons-app#4613)
1 parent 52b05f7 commit 401f70c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dependencies {
149149
}
150150

151151
android {
152-
compileSdkVersion 28
152+
compileSdkVersion 29
153153

154154
defaultConfig {
155155
//applicationId 'fr.free.nrw.commons'

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
android:supportsRtl="true"
3434
tools:replace="android:appComponentFactory"
3535
android:appComponentFactory="commons"
36+
android:requestLegacyExternalStorage = "true"
3637
tools:ignore="GoogleAppIndexingWarning">
3738

3839
<activity android:name="org.acra.dialog.CrashReportDialog"

0 commit comments

Comments
 (0)