Skip to content

Commit cd1d8dd

Browse files
committed
Client:同步adt版至studio版;忽略所有编译临时文件
1 parent 7efbc70 commit cd1d8dd

27 files changed

Lines changed: 351 additions & 35 deletions

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
.DS_Store
1+
.DS_Store
2+
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/APIJSONApp/bin
3+
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/APIJSONApp/gen
4+
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/QRCodeLibrary/bin
5+
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/QRCodeLibrary/gen
6+
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/ZBLibrary/bin
7+
APIJSON(Android)/APIJSON(ADT)/APIJSONApp/ZBLibrary/gen
8+
APIJSON(Android)/APIJSON(ADT)/APIJSONLibrary/bin
9+
APIJSON(Android)/APIJSON(ADT)/APIJSONLibrary/gen
10+
APIJSON(Android)/APIJSON(ADT)/APIJSONTest/bin
11+
APIJSON(Android)/APIJSON(ADT)/APIJSONTest/gen
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
53
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
64
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
75
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6+
<classpathentry kind="src" path="src"/>
7+
<classpathentry kind="src" path="gen"/>
88
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

APIJSON(Android)/APIJSON(ADT)/APIJSONApp/ZBLibrary/src/zuo/biao/library/util/SettingUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public static boolean noDisturb() {
234234
/**
235235
* TODO 改为你的测试服务器地址,如果有的话
236236
*/
237-
public static final String URL_SERVER_ADDRESS_TEST = "http://192.168.1.103:8080/";//测试服务器
237+
public static final String URL_SERVER_ADDRESS_TEST = "http://192.168.1.104:8080/";//测试服务器
238238

239239
/**获取当前服务器地址
240240
* isHttps = false
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)