Skip to content

Commit

Permalink
upgrade to SDK 34, bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunyu19 committed Aug 4, 2023
1 parent ba743af commit ebf6c91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ plugins {
}

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "cn.morfans.chenjunyu19.mediavolume"
minSdk 24
targetSdk 33
versionCode 17
versionName "1.6.3"
targetSdk 34
versionCode 18
versionName "1.7.0"
}

buildTypes {
Expand Down

0 comments on commit ebf6c91

Please sign in to comment.