Skip to content

Commit

Permalink
解决jitpack打包失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-P-J committed Nov 12, 2022
1 parent 9be4cbf commit 9a258f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task clean(type: Delete) {
}

ext {
compileSdkVersion = 31
compileSdkVersion = 30
minSdkVersion = 19
targetSdkVersion = compileSdkVersion
}
12 changes: 6 additions & 6 deletions fragmentation-dialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

android {
compileSdkVersion 31
compileSdkVersion 30


defaultConfig {
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 30
versionCode 1
versionName "2.0.0"
}
Expand All @@ -20,11 +20,11 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.transition:transition:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.0.0'
implementation 'androidx.transition:transition:1.4.1'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'com.github.bumptech.glide:glide:4.10.0'
implementation 'com.github.Z-P-J:ZUtils:2.0.0'

Expand Down

0 comments on commit 9a258f1

Please sign in to comment.