Skip to content

Commit

Permalink
修改版本28
Browse files Browse the repository at this point in the history
  • Loading branch information
chenli committed Jul 3, 2019
1 parent 59c4056 commit ec3acdd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
compileSdkVersion 28
defaultConfig {
applicationId "com.cl.picure"
minSdkVersion 15
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -28,7 +28,7 @@ dependencies {

implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
// api 'com.github.cl-6666:theSelector:v1.0.0'

// api 'com.github.cl-6666:theSelector:v1.0.0'
implementation project(':picture_selector')
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://www.jitpack.io' }
maven { url 'https://jitpack.io' }
}
}

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

android {
compileSdkVersion 29
compileSdkVersion 28


defaultConfig {
minSdkVersion 15
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName "1.0"

Expand All @@ -27,5 +27,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:recyclerview-v7:29+'
implementation 'com.android.support:recyclerview-v7:28+'
}

0 comments on commit ec3acdd

Please sign in to comment.