Skip to content

Commit 1d0c7cb

Browse files
committed
Client:纠正更新日志url
1 parent aea7614 commit 1d0c7cb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

APIJSON(Android)/APIJSON(ADT)/APIJSONDemoApp/src/apijson/demo/ui/SelectActivity.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*/
2929
public class SelectActivity extends Activity {
3030

31-
public static final String RESULT_JSON = "RESULT_JSON";
32-
3331

3432
private Activity context;
3533
@Override
@@ -88,7 +86,7 @@ public void selectAccessPermitted(View v) {
8886

8987
public void toUpdateLog(View v) {
9088
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(
91-
StringUtil.getCorrectUrl("github.com/TommyLemon/Android-ZBLibrary/commits/master"))));
89+
StringUtil.getCorrectUrl("github.com/TommyLemon/APIJSON/commits/master"))));
9290
}
9391

9492
//click event,called form layout android:onClick >>>>>>>>>>>>>>>>

0 commit comments

Comments
 (0)