diff --git a/ble-xyo-module/build.gradle b/ble-xyo-module/build.gradle index 68086c8..d9fa99d 100644 --- a/ble-xyo-module/build.gradle +++ b/ble-xyo-module/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.github.XYOracleNetwork:sdk-core-kotlin:0.1.4-beta.1' - implementation 'com.github.XYOracleNetwork:sdk-core-android:1.2.5' + implementation 'com.github.XYOracleNetwork:sdk-core-android:1.2.6' implementation 'com.github.XYOracleNetwork:sdk-ble-android:9cfc1a3c20' testImplementation 'junit:junit:4.13-beta-2' diff --git a/xyo-mod-sample/build.gradle b/xyo-mod-sample/build.gradle index af66a85..aa74534 100644 --- a/xyo-mod-sample/build.gradle +++ b/xyo-mod-sample/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.core:core:1.1.0-alpha05' implementation "androidx.legacy:legacy-support-v4:1.0.0" - implementation 'com.github.XYOracleNetwork:sdk-core-android:1.2.5' + implementation 'com.github.XYOracleNetwork:sdk-core-android:1.2.6' implementation 'com.github.XYOracleNetwork:sdk-core-kotlin:0.1.4-beta.1' implementation 'com.github.XYOracleNetwork:sdk-ble-android:9cfc1a3c20'