From 279e08b06a70307bf20162900103ec1fdcb97751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:51:46 +0900 Subject: [PATCH] =?UTF-8?q?v2.0.5=20=E4=BF=AE=E5=A4=8D=201.=20=E4=BB=8E?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E8=BF=9B=E5=85=A5=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=86=8D=E8=BF=94=E5=9B=9E=E5=90=8E=E9=98=85=E8=AF=BB=E7=A9=BA?= =?UTF-8?q?=E6=BC=AB=E7=94=BB=E9=97=AA=E9=80=80=202.=20=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E9=98=85=E8=AF=BB/=E4=B8=8B=E8=BD=BD=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E8=BF=94=E5=9B=9Esize=E4=B8=8E=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E6=BC=AB=E7=94=BB(?= =?UTF-8?q?=E5=A5=88=E5=A5=88=E4=B8=8E=E8=96=B0=E7=9A=84SM=E6=97=A5?= =?UTF-8?q?=E8=AE=B0=20=E7=AC=AC=E4=B8=80=E8=AF=9D)=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=201.=20=E5=8A=A8=E6=80=81=E8=AE=BE=E7=BD=AE=E6=B2=89=E6=B5=B8?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/top/fumiama/copymanga/update/SimpleKanban.kt | 2 +- gradle.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/top/fumiama/copymanga/update/SimpleKanban.kt b/app/src/main/java/top/fumiama/copymanga/update/SimpleKanban.kt index ba5d384..68f0fba 100644 --- a/app/src/main/java/top/fumiama/copymanga/update/SimpleKanban.kt +++ b/app/src/main/java/top/fumiama/copymanga/update/SimpleKanban.kt @@ -47,7 +47,7 @@ class SimpleKanban(private val client: Client, private val pwd: String) { //mu operator fun get(version: Int): String = if(client.initConnect()) { - client.sendMessage("${pwd}get39quit") + client.sendMessage("${pwd}get${version}quit") client.receiveRawMessage(36) //Welcome to simple kanban server. get val r = try { val firstRecv = client.receiveRawMessage(4) diff --git a/gradle.properties b/gradle.properties index 4ab6d5d..8819a1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,5 @@ kotlin.code.style=official android.enableR8.fullMode=true android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=false +org.gradle.unsafe.configuration-cache=true \ No newline at end of file