Skip to content

Commit

Permalink
回退系统支持库
Browse files Browse the repository at this point in the history
  • Loading branch information
r17171709 committed Aug 24, 2017
1 parent cc2440d commit 0473b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ImageLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.renyu'

android {
compileSdkVersion 26
compileSdkVersion 25
buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 19
targetSdkVersion 26
targetSdkVersion 25
versionCode 1
versionName "1.0"

Expand All @@ -35,7 +35,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.github.r17171709:AndroidCommonLibrary:v1.4.3'
compile 'com.github.r17171709:AndroidCommonLibrary:v1.5.2'
// CircleIndicator A lightweight viewpager indicator like in nexus 5 launcher
compile 'me.relex:circleindicator:1.2.2@aar'
// PhotoDraweeView PhotoView For Fresco
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
compileSdkVersion 25
buildToolsVersion "26.0.1"
defaultConfig {
applicationId "com.renyu.androidimagelibrary"
minSdkVersion 19
targetSdkVersion 26
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 0473b78

Please sign in to comment.