Skip to content

Commit 0f0ec0b

Browse files
committed
2022/05/09
添加前台通知 更新依赖
1 parent 8c2cfff commit 0f0ec0b

7 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
2022/05/09
2-
32
添加前台通知
4-
更新依赖
3+
更新依赖
4+
修复更新

app/src/main/java/me/ag2s/tts/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public boolean onOptionsItemSelected(@NonNull MenuItem item) {
278278
private void checkUpdate() {
279279
HttpTool.executorService.submit(() -> {
280280
try {
281-
String url = "https://api.github.com/repos/ag2s20150909/TTS/releases/latest";
281+
String url = "https://api.github.com/repos/ag2s20150909/tts/releases/latest";
282282
String s = HttpTool.httpGet(url);
283283
//Log.e(TAG, s);
284284
JSONObject json = new JSONObject(s);
-402 KB
Binary file not shown.
-5.49 KB
Binary file not shown.
402 KB
Binary file not shown.
5.49 KB
Binary file not shown.

release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"filters": [],
1313
"attributes": [],
1414
"versionCode": 1,
15-
"versionName": "0.2_202205091501",
16-
"outputFile": "TTS_release_v0.2_202205091501.apk"
15+
"versionName": "0.2_202205091515",
16+
"outputFile": "TTS_release_v0.2_202205091515.apk"
1717
}
1818
],
1919
"elementType": "File"

0 commit comments

Comments
 (0)