enable legacy sdcard access

This commit is contained in:
Alexey Kuznetsov 2020-12-08 01:09:00 +03:00
commit 9a4c4e4a1a
3 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'com.github.axet.dxplugin'
android {
compileSdkVersion 25
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
@ -54,6 +54,6 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.178' // implementation project(':android-audio-library')
implementation ('com.github.axet:wget:1.6.1') { exclude group: 'org.json', module: 'json' }
implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' }
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
}

View file

@ -19,6 +19,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/RecThemeLight">

View file

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.github.axet:gradle-android-dx:0.0.4'
}
}