Skip to content

Commit ac1e72b

Browse files
committed
chore: remove request install package
[release:1.2.4]
1 parent 28e1af9 commit ac1e72b

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
app/build/outputs/apk/github/release/*
8181
app/build/outputs/apk/free/release/app-free-release.apk
8282
app/build/outputs/apk/appcenter/release/app-appcenter-release.apk
83+
app/build/outputs/bundle/playRelease/app-play-release.aab
8384
8485
- name: Get apk info
8586
id: apk-info

app/src/appcenter/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/src/github/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/src/main/kotlin/top/learningman/push/service/websocket/WebSocketSessionManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class WebSocketSessionManager(service: ReceiverService) :
224224
runCatching {
225225
client.webSocket({
226226
url {
227-
this.takeFrom(Constant.API_WS_ENDPOINT)
227+
takeFrom(Constant.API_WS_ENDPOINT)
228228
appendEncodedPathSegments(currentUserID, "host", "conn")
229229
}
230230
header("X-Device-ID", repo.getDeviceID())

0 commit comments

Comments
 (0)