Skip to content

Commit

Permalink
优化更新
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeterry committed May 23, 2016
1 parent 5f0d231 commit f82bd99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "us.xingkong.xingpostcard"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.2"
renderscriptTargetApi 20
renderscriptSupportModeEnabled true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.security.Key;


public class Update extends Thread {

public String result;
public String version;
public String up_url;
private String url = "http://api.fir.im/apps/latest/56212c8cf2fc4229c6000001?api_token=";
private String url = us.xingkong.xingpostcard.Key.UPDATEURL;

public Update() {

Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/a01.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f82bd99

Please sign in to comment.