Skip to content

Commit d7d188c

Browse files
committed
Downgrade SDK version to fix storage permission
* Downgrade SDK version to 10 until storage permissions for 11 are fixed * See #19
1 parent c8ae32a commit d7d188c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 30
4+
compileSdkVersion 29
55
defaultConfig {
66
applicationId "io.kuenzler.whatsappwebtogo"
77
minSdkVersion 21
8-
targetSdkVersion 30
8+
targetSdkVersion 29
99
versionCode 34
1010
versionName "1.7.0"
1111
}

0 commit comments

Comments
 (0)