1
0
Fork 1

fixed storage access error

This commit is contained in:
12aw 2021-10-10 18:34:12 +02:00
parent d94e3ef1b5
commit ed7b0d5ced
3 changed files with 7 additions and 6 deletions

View file

@ -90,7 +90,7 @@ dependencies {
implementation 'com.google.guava:guava:30.1.1-android'
implementation 'com.github.AppIntro:AppIntro:6.1.0'
implementation "androidx.browser:browser:1.3.0"
implementation fileTree(include: ['libwebrtc-m90.aar'], dir: 'libs')
implementation fileTree(include: ['libwebrtc-m92.aar'], dir: 'libs')
}
ext {
@ -105,15 +105,15 @@ android {
}
}
compileSdkVersion 30
compileSdkVersion 29
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 29
//bversionNameSuffix " beta_(2021-06-28)" // " beta_(XXXX-XX-XX)" // activate for beta versions
versionCode 106
versionName "1.4"
versionCode 107
versionName "1.4.1"
//resConfigs "en"
archivesBaseName += "-$versionName"
@ -221,7 +221,6 @@ android {
}
}
buildToolsVersion '30.0.3'
packagingOptions {
exclude 'META-INF/BCKEY.DSA'

View file

@ -0,0 +1 @@
* Fehler beim Speicherzugriff korrgiert wegen unpassender SDK Version

View file

@ -0,0 +1 @@
* fixed error accessing storage to download image and make backups