Skip to content

Commit 1ec73ce

Browse files
committed
UPDATE: Raise minSdkVersion to 26 (Android 8) and targetSdkVersion to 30.
1 parent bc4143e commit 1ec73ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
compileSdkVersion 31
2525

2626
defaultConfig {
27-
minSdkVersion 23
28-
targetSdkVersion 28
27+
minSdkVersion 26
28+
targetSdkVersion 30
2929
resConfigs "en", "zh"
3030

3131
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)