File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.10+3
2+
3+ * new lib 0.0.15
4+
15## 0.0.10+2
26
37* new lib 0.0.15
Original file line number Diff line number Diff line change 1+ package android
12// The Android Gradle Plugin builds the native code with the Android NDK.
23
34group ' cloud.iothub.openiothub_mobile_service'
@@ -7,6 +8,7 @@ buildscript {
78 repositories {
89 google()
910 mavenCentral()
11+ maven { url ' https://maven.pkg.github.com/OpenIoTHub/gateway-go' }
1012 }
1113
1214 dependencies {
@@ -19,6 +21,7 @@ rootProject.allprojects {
1921 repositories {
2022 google()
2123 mavenCentral()
24+ maven { url ' https://maven.pkg.github.com/OpenIoTHub/gateway-go' }
2225 }
2326}
2427
@@ -63,5 +66,5 @@ android {
6366}
6467
6568dependencies {
66- implementation ' cloud.iothub:mobile:0.0.14 '
69+ implementation ' cloud.iothub:mobile:0.0.15 '
6770}
Original file line number Diff line number Diff line change 11name : openiothub_mobile_service
22description : For OpenIoTHub mobile APP background service
3- version : 0.0.10+2
3+ version : 0.0.10+3
44homepage : https://github.com/OpenIoTHub/openiothub_mobile_service
55repository : https://github.com/OpenIoTHub/openiothub_mobile_service
66
You can’t perform that action at this time.
0 commit comments