Skip to content

Commit

Permalink
Upgrade minSdkVersion to 28, Android 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 21, 2024
1 parent d8b00e8 commit ce686e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
ext {
compileSdk = 34
targetSdk = 34
minSdkVersion = 26 // Android 8.0
minSdkVersion = 28 // Android 9.0
ext.kotlin_version = '1.9.10'
}

Expand Down

0 comments on commit ce686e3

Please sign in to comment.