Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit cd1ee6b

Browse files
committed
Project: Update dependencies
Signed-off-by: Fung <fython@163.com>
1 parent 5d9575a commit cd1ee6b

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
1515
#Wed Dec 28 20:18:09 CST 2016
16-
systemProp.http.proxyHost=localhost
1716
org.gradle.jvmargs=-Xmx1536m
18-
systemProp.http.proxyPort=1080
1917
BUILD_TOOLS_VERSION=25.0.2
2018
VERSION_NAME=2.5.0
2119
TARGET_SDK_VERSION=25

mobile/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ dependencies {
3232
compile 'com.android.support:design:25.1.0'
3333
compile 'com.android.support:support-v13:25.1.0'
3434
compile 'com.android.support:customtabs:25.1.0'
35-
compile 'com.roughike:bottom-bar:1.3.9'
36-
compile 'com.google.code.gson:gson:2.7'
37-
compile 'com.squareup.okhttp3:okhttp:3.3.1'
35+
compile 'com.roughike:bottom-bar:2.1.1'
36+
compile 'com.google.code.gson:gson:2.8.0'
37+
compile 'com.squareup.okhttp3:okhttp:3.6.0'
3838
compile 'com.rengwuxian.materialedittext:library:2.1.4'
3939
compile 'com.github.RikkaW:MaterialPreference:v1.4.4'
40-
compile 'de.hdodenhof:circleimageview:2.0.0'
41-
compile 'me.dm7.barcodescanner:zxing:1.8.4'
42-
compile 'com.tencent.bugly:crashreport:2.1.7'
40+
compile 'de.hdodenhof:circleimageview:2.1.0'
41+
compile 'me.dm7.barcodescanner:zxing:1.9'
42+
compile 'com.tencent.bugly:crashreport:2.4.0'
4343
compile 'moe.feng:AlipayZeroSdk:1.1'
4444
}

mobile/src/main/res/layout/activity_add.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
android:layout_marginStart="24dp"
4444
android:text="@string/activity_add"
4545
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
46-
android:textColor="@color/white"/>
46+
android:textColor="@android:color/white"/>
4747

4848
</android.support.design.widget.CollapsingToolbarLayout>
4949

0 commit comments

Comments
 (0)