feat: Android get storage permission via SAF

This commit is contained in:
13574
2023-09-09 01:18:59 +08:00
parent b23d1a193f
commit d0e5178dc8
7 changed files with 220 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}