File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/src/com/androidquery/test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.androidquery"
4
- android : versionCode =" 53 "
5
- android : versionName =" 0.29.53 " >
4
+ android : versionCode =" 56 "
5
+ android : versionName =" 0.30.56 " >
6
6
7
7
8
8
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ public abstract class AbstractTest<T extends Activity> extends ActivityInstrumen
13
13
14
14
protected AQuery aq ;
15
15
16
- protected String ICON_URL = "http://www.vikispot .com/z/images/vikispot/android-w.png" ;
16
+ protected String ICON_URL = "http://www.androidquery .com/z/images/vikispot/android-w.png" ;
17
17
protected String LAND_URL = "http://farm6.static.flickr.com/5035/5802797131_a729dac808_b.jpg" ;
18
- protected String INVALID_URL = "http://www.vikispot .com/z/images/vikispot/xyz.png" ;
18
+ protected String INVALID_URL = "http://www.androidquery .com/z/images/vikispot/xyz.png" ;
19
19
20
20
21
21
public AbstractTest (Class cls ){
You can’t perform that action at this time.
0 commit comments