Skip to content

Commit c572ab6

Browse files
committed
add okhttputils
1 parent 3b34457 commit c572ab6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ dependencies {
3939
compile 'com.android.support:cardview-v7:23.1.1'
4040
compile 'com.yalantis:phoenix:1.2.3'
4141
compile 'cn.bmob.android:bmob-sdk:3.4.5'
42-
42+
compile 'com.zhy:okhttputils:2.0.0'
4343
compile 'com.bigkoo:pickerview:2.0.5'
4444
}

app/src/main/res/layout/activity_company_info_change.xml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
android:id="@+id/company_info_change_logo"
5353
android:layout_width="60dp"
5454
android:layout_height="60dp"
55-
app:failureImage="@mipmap/main_index_my_pressed"
5655
/>
5756

5857
<TextView

0 commit comments

Comments
 (0)