Skip to content

Commit

Permalink
正式1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
chenli committed Nov 22, 2019
1 parent ac275b8 commit 96de3c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions picture_selector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 2
versionName "1.2.12"
versionName "1.2.20"


testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -27,9 +27,8 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
provided 'com.android.support:appcompat-v7:28.0.0'
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:recyclerview-v7:28+'
compileOnly 'com.android.support:appcompat-v7:28.0.0'
compileOnly 'com.android.support:recyclerview-v7:28+'

}

Expand Down

0 comments on commit 96de3c1

Please sign in to comment.