Skip to content

Commit

Permalink
2022/05/09
Browse files Browse the repository at this point in the history
添加前台通知
更新依赖
  • Loading branch information
ag2s20150909 committed May 9, 2022
1 parent 8c2cfff commit 0f0ec0b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2022/05/09

添加前台通知
更新依赖
更新依赖
修复更新
2 changes: 1 addition & 1 deletion app/src/main/java/me/ag2s/tts/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public boolean onOptionsItemSelected(@NonNull MenuItem item) {
private void checkUpdate() {
HttpTool.executorService.submit(() -> {
try {
String url = "https://api.github.com/repos/ag2s20150909/TTS/releases/latest";
String url = "https://api.github.com/repos/ag2s20150909/tts/releases/latest";
String s = HttpTool.httpGet(url);
//Log.e(TAG, s);
JSONObject json = new JSONObject(s);
Expand Down
Binary file removed release/TTS_release_v0.2_202205091501.apk
Binary file not shown.
Binary file removed release/TTS_release_v0.2_202205091501.apk.idsig
Binary file not shown.
Binary file added release/TTS_release_v0.2_202205091515.apk
Binary file not shown.
Binary file added release/TTS_release_v0.2_202205091515.apk.idsig
Binary file not shown.
4 changes: 2 additions & 2 deletions release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "0.2_202205091501",
"outputFile": "TTS_release_v0.2_202205091501.apk"
"versionName": "0.2_202205091515",
"outputFile": "TTS_release_v0.2_202205091515.apk"
}
],
"elementType": "File"
Expand Down

0 comments on commit 0f0ec0b

Please sign in to comment.