Skip to content

Commit

Permalink
update dependencies version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeropercenthappy committed Aug 26, 2019
1 parent f0ca359 commit 39c5e9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

buildscript {
ext.android_support_version = '27.1.1'
ext.kotlin_version = '1.3.31'
ext.kotlin_version = '1.3.41'
ext.anko_version = '0.10.8'
ext.glide_version = '4.7.1'
ext.retrofit_version = '2.4.0'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jun 17 14:07:45 CST 2019
#Mon Aug 26 15:52:52 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
2 changes: 1 addition & 1 deletion retrofitLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.github.zeropercenthappy:ZPHAndroidUtils:1.1.9'
implementation 'com.github.zeropercenthappy:ZPHAndroidUtils:1.2.1'
api "com.squareup.retrofit2:retrofit:$retrofit_version"
api "com.squareup.retrofit2:converter-gson:$retrofit_version"
api 'com.squareup.okhttp3:logging-interceptor:3.8.0'
Expand Down
3 changes: 1 addition & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ dependencies {
implementation('com.yanzhenjie:album:2.1.3') {
exclude group: 'com.android.support'
}

implementation 'com.github.zeropercenthappy:ZPHAndroidUtils:1.1.9'
implementation 'com.github.zeropercenthappy:ZPHAndroidUtils:1.2.1'
}

0 comments on commit 39c5e9f

Please sign in to comment.