Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Jun 12, 2022
1 parent dc0cca3 commit 060a36c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ static def releaseTime() {
}

android {
compileSdkVersion 32
compileSdkVersion 31

defaultConfig {
applicationId "com.luck.pictureselector"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode cfgs.versionCode
versionName cfgs.versionName
}
Expand Down
14 changes: 7 additions & 7 deletions camerax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode cfgs.versionCode
versionName cfgs.versionName

Expand All @@ -33,11 +33,11 @@ ext {
apply from: '../publish.gradle'

dependencies {
api "androidx.camera:camera-core:1.2.0-alpha02"
api "androidx.camera:camera-camera2:1.2.0-alpha02"
implementation "androidx.camera:camera-view:1.2.0-alpha02"
implementation "androidx.camera:camera-lifecycle:1.2.0-alpha02"
api "androidx.camera:camera-core:1.2.0-alpha01"
api "androidx.camera:camera-camera2:1.2.0-alpha01"
implementation "androidx.camera:camera-view:1.2.0-alpha01"
implementation "androidx.camera:camera-lifecycle:1.2.0-alpha01"
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation "androidx.transition:transition:1.4.1"
implementation "androidx.concurrent:concurrent-futures:1.1.0"
implementation 'androidx.appcompat:appcompat:1.4.2'
}
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ext {
//open version control
androidSupportVersion : "27.0.2",
version_recyclerview : "1.2.1",
version_appcompat : "1.4.2",
version_appcompat : "1.4.1",
localbroadcastmanager : "1.0.0",
activity_version : "1.4.0",
fragment_version : "1.4.1",
viewpage2 : "1.0.0",
constraintlayout : "2.1.4",
constraintlayout : "2.1.3",
exoplayer : "2.17.1",

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

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 31
versionCode cfgs.versionCode
versionName cfgs.versionName

Expand Down

0 comments on commit 060a36c

Please sign in to comment.