Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ dependencies {
// Support for androidx Fragments
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:$androidxLifecycleVersion"

// Google Play Services
implementation 'com.google.android.gms:play-services-wearable:19.0.0'
// Third Party
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
implementation("org.jetbrains:markdown:0.7.3")
Expand All @@ -146,7 +144,6 @@ dependencies {
annotationProcessor "com.google.dagger:hilt-compiler:$google_dagger"
kapt "com.google.dagger:hilt-compiler:$google_dagger"

wearApp project(':Wear')
implementation project(':PasscodeLock')
}

Expand Down
19 changes: 0 additions & 19 deletions Simplenote/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@
android:windowSoftInputMode="stateHidden">
</activity>

<!-- Google Play Services -->
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version">
</meta-data>

<meta-data
android:name="com.sec.android.support.multiwindow"
android:value="true">
Expand Down Expand Up @@ -345,19 +339,6 @@
android:permission="android.permission.BIND_REMOTEVIEWS">
</service>

<!-- Android Wear -->
<service
android:name="com.automattic.simplenote.utils.SimplenoteWearListenerService"
android:exported="true">

<intent-filter>

<action android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" />

</intent-filter>

</service>

<!-- Samsung Multi-Window Support -->
<uses-library
android:name="com.sec.android.app.multiwindow"
Expand Down

This file was deleted.

Loading