Skip to content

Commit

Permalink
chore: upgrade compileSdkVersion to 34(Android 14), targetSdkVersion …
Browse files Browse the repository at this point in the history
…to 30(Android 11)
  • Loading branch information
zefengsysu committed Apr 10, 2024
1 parent f828393 commit cabc62d
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 @@ -3,7 +3,7 @@ buildscript {
'compileSdkVersion': 34,
'buildToolsVersion': '31.0.0',
'minSdkVersion' : 18,
'targetSdkVersion' : 26,
'targetSdkVersion' : 30,
'kotlin' : '1.3.72',
'kotlin_compiler' : '1.4.21',

Expand Down

0 comments on commit cabc62d

Please sign in to comment.