Skip to content

Commit

Permalink
升级target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Sep 4, 2024
1 parent acef022 commit a251bdb
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 103 deletions.
4 changes: 2 additions & 2 deletions MediaStoreApi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 34
buildToolsVersion "31.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions avif-decoder-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 34
buildToolsVersion "30.0.0"

defaultConfig {
applicationId "com.hss01248.avif_decoder_demo"
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions avif-decoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 34
buildToolsVersion "30.0.0"

defaultConfig {
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions avif/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 34
buildToolsVersion "31.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions bigimageviewpager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 34
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions bigimgdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 34
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "com.hss01248.bigimgdemo"
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions compressor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 34
buildToolsVersion "31.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions downloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 34
buildToolsVersion "31.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions fileOperation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 34
buildToolsVersion "31.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions frescoGlideBridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 34
buildToolsVersion "30.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions glidebase/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 34


defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions glidev4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 34


defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 34
versionCode 1
versionName "1.0"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions imageDebugger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 34
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions imagelist/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 34


defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies {
api 'com.github.hss01248.StartActivityResult:transactivity:1.1.4'
api 'com.github.hss01248.StartActivityResult:activityresult:1.1.9'

api 'com.liulishuo.filedownloader:library:1.7.7'
//api 'com.liulishuo.filedownloader:library:1.7.7'


}
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions imageloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.library'

android {

compileSdkVersion 28
compileSdkVersion 34
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions myblog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 34

defaultConfig {
applicationId "com.hss01248.myblog"
minSdkVersion 19
targetSdkVersion 32
targetSdkVersion 34
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions webviewspider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 34
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit a251bdb

Please sign in to comment.