Skip to content

Commit

Permalink
删除无用引用
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Oct 16, 2020
1 parent e66de80 commit b2a84dc
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 1,183 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/maning/gankmm/constant/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ public class Constants {
//获取APKinfo的地址:fir.im
public static final String URL_AppUpdateInfo = "http://api.fir.im/apps/latest/56dd4bb7e75e2d27f2000046?api_token=78a2cea8e63eb7a96ba6ca2a3e500af2&type=android";

//Mob官网API
public static final String URL_Mob = "http://apicloud.mob.com/";
//Mob ApiKey
public static final String URL_APP_Key = "1c9dccb9a2434";

//保存图片的地址
public static final String BasePath = Environment.getExternalStorageDirectory() + "/GankMM";
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/java/com/maning/gankmm/http/BuildApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.maning.gankmm.constant.Constants;
import com.maning.gankmm.http.gank.APIGankService;
import com.maning.gankmm.http.gank2.APIGank2Service;
import com.maning.gankmm.http.mob.APIMobService;
import com.maning.gankmm.http.rolltools.APIRolltoolsService;
import com.maning.gankmm.http.update.APIUpdateService;
import com.maning.gankmm.http.weather.APIWeatherService;
Expand Down Expand Up @@ -45,10 +44,6 @@ public static APIGankService getGankAPIService() {
return getInterface(Constants.BASEURL, APIGankService.class);
}

public static APIMobService getMobAPIService() {
return getInterface(Constants.URL_Mob, APIMobService.class);
}

public static APIGank2Service getGank2APIService() {
return getInterface(Constants.GANK2_BASEURL, APIGank2Service.class);
}
Expand Down
284 changes: 0 additions & 284 deletions app/src/main/java/com/maning/gankmm/http/mob/APIMobService.java

This file was deleted.

Loading

0 comments on commit b2a84dc

Please sign in to comment.