Skip to content

Commit

Permalink
refactor(wear): remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matey97 committed Jul 8, 2022
1 parent b70bb93 commit 13b592c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions wear-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ android {
dependencies {

implementation 'com.google.android.support:wearable:2.8.1'
implementation 'com.google.android.gms:play-services-wearable:17.0.0'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation 'androidx.wear:wear:1.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation project(path: ':wearossensors')
compileOnly 'com.google.android.wearable:wearable:2.8.1'
Expand Down
2 changes: 1 addition & 1 deletion wear-app/app/src/main/res/layout/activity_permissions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:gravity="center_horizontal"
android:text="Vamos a solicitarte permisos"
android:text="We are going to request permissions"
android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textSize="16sp" />

Expand Down

0 comments on commit 13b592c

Please sign in to comment.