Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 4cb94db

Browse files
Temporarily fix storgae related issues on Android 11
Fix #6 & #7 Ref: https://developer.android.com/about/versions/11/privacy/storage#scoped-storage Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent a5c7966 commit 4cb94db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
defaultConfig {
1818
applicationId "com.smartpack.scriptmanager"
1919
minSdkVersion 23
20-
targetSdkVersion 30
20+
targetSdkVersion 29
2121
versionCode 35
2222
versionName "v4.4"
2323
vectorDrawables.useSupportLibrary = true
@@ -61,5 +61,5 @@ repositories {
6161
dependencies {
6262
playImplementation 'com.android.billingclient:billing:3.0.2'
6363
implementation "com.github.topjohnwu.libsu:core:3.0.2"
64-
implementation 'com.google.android.material:material:1.3.0-beta01'
64+
implementation 'com.google.android.material:material:1.3.0-rc01'
6565
}

0 commit comments

Comments
 (0)