Skip to content

Commit eecfe0d

Browse files
committed
new lib 0.0.15
1 parent 8778f05 commit eecfe0d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

android/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
package android
12
// The Android Gradle Plugin builds the native code with the Android NDK.
23

34
group '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

6568
dependencies {
66-
implementation 'cloud.iothub:mobile:0.0.14'
69+
implementation 'cloud.iothub:mobile:0.0.15'
6770
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openiothub_mobile_service
22
description: For OpenIoTHub mobile APP background service
3-
version: 0.0.10+2
3+
version: 0.0.10+3
44
homepage: https://github.com/OpenIoTHub/openiothub_mobile_service
55
repository: https://github.com/OpenIoTHub/openiothub_mobile_service
66

0 commit comments

Comments
 (0)