Skip to content

Commit

Permalink
修复bug 更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeterry committed May 18, 2017
1 parent fef5b97 commit b8457ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
//TODO:填上在http://fir.im/注册账号后获得的API_TOKEN以及APP的应用ID
UpdateKey.API_TOKEN = "70804bab6b69e63cab0ae3346d92c139";
UpdateKey.API_TOKEN = "";
UpdateKey.APP_ID = "578a11e7748aac01b7000039";
//如果你想通过Dialog来进行下载,可以如下设置
//UpdateKey.DialogOrNotification=UpdateKey.WITH_DIALOG;
Expand Down

0 comments on commit b8457ae

Please sign in to comment.