Skip to content

Commit 920b9fb

Browse files
committed
升级项目 compileSdk 和 targetSdk 版本
1 parent c8d5de7 commit 920b9fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 33
4+
compileSdkVersion 34
55

66
defaultConfig {
77
applicationId "com.hjq.window.demo"
88
minSdkVersion 18
9-
targetSdkVersion 28
9+
targetSdkVersion 34
1010
versionCode 1560
1111
versionName "15.6"
1212
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
4+
compileSdkVersion 34
55

66
defaultConfig {
77
minSdkVersion 14

0 commit comments

Comments
 (0)