We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b05f7 commit 401f70cCopy full SHA for 401f70c
app/build.gradle
@@ -149,7 +149,7 @@ dependencies {
149
}
150
151
android {
152
- compileSdkVersion 28
+ compileSdkVersion 29
153
154
defaultConfig {
155
//applicationId 'fr.free.nrw.commons'
app/src/main/AndroidManifest.xml
@@ -33,6 +33,7 @@
33
android:supportsRtl="true"
34
tools:replace="android:appComponentFactory"
35
android:appComponentFactory="commons"
36
+ android:requestLegacyExternalStorage = "true"
37
tools:ignore="GoogleAppIndexingWarning">
38
39
<activity android:name="org.acra.dialog.CrashReportDialog"
0 commit comments