Fix CI issues

This commit is contained in:
Ross Savage
2023-11-27 14:06:30 +01:00
parent caab036a23
commit 530c687322
2 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ jobs:
name: setup
runs-on: ubuntu-latest
outputs:
sdk-ref: ${{ inputs.sdk-ref || '0.2.9' }}
package-version: '0.2.9'
sdk-ref: ${{ inputs.sdk-ref || '0.2.10' }}
package-version: '0.2.10'
steps:
- run: echo "set pre-setup output variables"

View File

@@ -1,8 +1,8 @@
package com.example.kotlinmpplib
import breez_sdk.*
class ConnectingLsp {
fun getServiceStatus(sdk: BlockingBreezServices) {
class ServiceStatus {
fun HealthCheckStatus(sdk: BlockingBreezServices) {
// ANCHOR: health-check-status
try {
val healthCheck = sdk.serviceHealthCheck()