Skip to content

Commit 9c7a90c

Browse files
committed
Amazfit: move library in to local storage
1 parent 8cb707a commit 9c7a90c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ dependencies {
308308
implementation ("androidx.health.connect:connect-client:1.1.0-alpha06") {
309309
exclude group: 'androidx.core', module: 'core'
310310
}
311-
implementation 'com.github.jamorham:amazfitcommunication:master-SNAPSHOT'
311+
// implementation 'com.github.jamorham:amazfitcommunication:master-SNAPSHOT'
312+
implementation(name: 'amazfitcommunication-master-1.0-gec53c4f-6', ext: 'aar')
312313
implementation 'io.reactivex:rxjava:1.3.3'
313314
implementation "com.polidea.rxandroidble2:rxandroidble:1.12.1"
314315
implementation 'com.google.guava:guava:24.1-android'
55 KB
Binary file not shown.

0 commit comments

Comments
 (0)