Skip to content

Commit

Permalink
feat: 兼容更低的安卓版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zzyyyl committed Oct 18, 2023
1 parent c639ad2 commit c46fdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
applicationId = "com.shxyke.MaaTouch"
minSdk = 28
targetSdk = 34
minSdk = 21
targetSdk = 31
versionCode = 1
versionName = "1.0"

Expand Down

0 comments on commit c46fdee

Please sign in to comment.