Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 931cc4a..073654a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,18 +20,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
-
- packagingOptions {
- // pickFirst "META-INF/DEPENDENCIES"
- exclude "META-INF/DEPENDENCIES"
- }
}
dependencies {
-
- implementation 'com.google.android.gms:play-services-wearable:17.1.0'
- implementation 'androidx.percentlayout:percentlayout:1.0.0'
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.google.android.support:wearable:2.8.1'
implementation 'com.google.android.gms:play-services-base:17.6.0'
@@ -40,9 +31,5 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.wear:wear:1.2.0'
- implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.7.1'
- implementation 'com.google.code.gson:gson:2.8.5'
- implementation 'com.google.android.gms:play-services-location:19.0.1'
- implementation 'com.google.guava:guava:27.0.1-android'
compileOnly 'com.google.android.wearable:wearable:2.8.1'
}