Skip to content

Commit

Permalink
update dependencies, change version to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Oct 9, 2017
1 parent 48db191 commit 3df1c82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
// http://www.race604.com/android-auto-version/
def cmd = 'git rev-list HEAD --count'
def gitVersion = cmd.execute().text.trim().toInteger()
def appVersion = '1.7.5'
def appVersion = '1.7.6'

android {
compileSdkVersion rootProject.compileSdkVersion
Expand Down Expand Up @@ -68,7 +68,7 @@ android {
}

dependencies {
final OKHTTP_VERSION = '3.8.1'
final OKHTTP_VERSION = '3.9.0'
final RETROFIT_VERSION = '2.3.0'

compile fileTree(include: ['*.jar'], dir: 'libs')
Expand Down Expand Up @@ -123,7 +123,7 @@ dependencies {
compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2'
compile files('libs/ShareSDK-Core-2.7.1.jar')
compile 'com.wx.wheelview:wheelview:1.3.4'
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-3'
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.2'
compile 'com.klinkerapps:link_builder:1.6.1'
compile 'com.esotericsoftware:kryo:4.0.1'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ext {
targetSdkVersion = 22
compileSdkVersion = 25
buildToolsVersion = '25.0.3'
FRESCO_VERSION = '1.4.0'
FRESCO_VERSION = '1.5.0'
SUPPORT_LIBRARY_VERSION = '25.4.0'
RXJAVA2_VERSION = '2.1.2'
RXJAVA2_VERSION = '2.1.5'
RXANDROID2_VERSION = '2.0.1'
}

0 comments on commit 3df1c82

Please sign in to comment.