Skip to content

Commit

Permalink
Update global.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdwjs23 authored Aug 28, 2023
1 parent 5f18c45 commit 1faf6bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/io/kthulu/sdk/global.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ import java.util.Base64
import javax.crypto.Cipher

suspend fun kthuluSdkVersion(){
println("SDK version:0.0.84, Connect OK")
val resultArray = JSONArray()
var resultData = JSONObject()
val jsonData = JSONObject()
jsonData.put("version", "SDK version:0.0.84, Connect OK")
jsonData.put("version", "SDK version:0.0.86, Connect OK")
resultArray.put(jsonData)
resultData.put("result", "OK")
resultData.put("value", resultArray)
Expand Down

0 comments on commit 1faf6bf

Please sign in to comment.