Skip to content

Commit 4459bef

Browse files
committed
Take back the target SDK version a notch (from 29 to 28) to gain some time to study #4
1 parent 97a6a6a commit 4459bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ repositories {
2121
}
2222

2323
android {
24-
compileSdkVersion 29
24+
compileSdkVersion 28
2525

2626
defaultConfig {
2727
minSdkVersion 19
28-
targetSdkVersion 29
28+
targetSdkVersion 28
2929
versionCode 9
3030
versionName "1.3"
3131
}

0 commit comments

Comments
 (0)