File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.11
2+
3+ * android libs dir
4+
15## 0.0.10+3
26
37* new lib 0.0.15
Original file line number Diff line number Diff line change 1- package android
1+ // package android
22// The Android Gradle Plugin builds the native code with the Android NDK.
33
44group ' cloud.iothub.openiothub_mobile_service'
@@ -8,7 +8,6 @@ buildscript {
88 repositories {
99 google()
1010 mavenCentral()
11- maven { url ' https://maven.pkg.github.com/OpenIoTHub/gateway-go' }
1211 }
1312
1413 dependencies {
@@ -21,7 +20,9 @@ rootProject.allprojects {
2120 repositories {
2221 google()
2322 mavenCentral()
24- maven { url ' https://maven.pkg.github.com/OpenIoTHub/gateway-go' }
23+ flatDir {
24+ dirs project(' :openiothub_mobile_service' ). file(' libs' )
25+ }
2526 }
2627}
2728
@@ -65,6 +66,14 @@ android {
6566 }
6667}
6768
69+ repositories {
70+ flatDir {
71+ dirs ' libs'
72+ }
73+ }
74+
6875dependencies {
69- implementation ' cloud.iothub:mobile:0.0.15'
76+ // implementation 'cloud.iothub:mobile:0.0.15'
77+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
78+ implementation(name : ' mobile' , ext : ' aar' )
7079}
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+3
3+ version : 0.0.11
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