Skip to content

Commit b6c6980

Browse files
committed
Delete shrinewear
# Conflicts: # Shrine/wear/build.gradle.kts # Shrine/wear/src/main/java/com/authentication/shrinewear/Graph.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/authenticator/AuthenticationServer.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/authenticator/CredentialManagerAuthenticator.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/extensions/OkHttpExtensions.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/extensions/PasskeyJsonHelpers.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/network/AuthNetworkClient.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/ui/ShrineApp.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/ui/screens/HomeScreen.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/ui/screens/SignOutScreen.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/ui/viewmodel/CredentialManagerViewModel.kt # Shrine/wear/src/main/java/com/authentication/shrinewear/ui/viewmodel/LegacySignInWithGoogleEventListener.kt
1 parent d3454bb commit b6c6980

32 files changed

+0
-2801
lines changed

Shrine/gradle/libs.versions.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ googleid = "1.1.1"
1414
hilt = "2.57.1"
1515
hiltCompiler = "1.2.0"
1616
hiltNavigationCompose = "1.2.0"
17-
horologist = "0.7.15"
1817
kotlin = "2.2.0"
1918
kotlinCoroutines = "1.0"
2019
kotlinxCoroutines = "1.9.0"
@@ -28,12 +27,9 @@ okHttp = "4.12.0"
2827
playServicesAuth = "21.1.1"
2928
playServicesFido = "21.0.0"
3029
playServicesLocation = "21.2.0"
31-
playServicesWearable = "19.0.0"
3230
retrofit = "2.9.0"
3331
spotless = "6.21.0"
3432
sysUiController = "0.28.0"
35-
wearComposeMaterial3 = "1.5.0-beta04"
36-
wearRemoteInteractions = "1.1.0"
3733

3834
# BOM Versions
3935
composeBom = "2025.05.01"
@@ -45,7 +41,6 @@ espressoCore = "3.5.1"
4541
extJUnit = "1.1.5"
4642
jUnit = "4.13.2"
4743
composeMaterial = "1.2.1"
48-
wearToolingPreview = "1.0.0"
4944
foundation = "1.8.3"
5045

5146

@@ -109,34 +104,15 @@ kotlin-coroutines = { group = "ru.gildor.coroutines", name = "kotlin-coroutines-
109104
okhttp-logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okHttp" }
110105
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okHttp" }
111106

112-
# For Wear Module
113-
horologist-auth-ui = { module = "com.google.android.horologist:horologist-auth-ui", version.ref = "horologist" }
114-
horologist-compose-layout = { module = "com.google.android.horologist:horologist-compose-layout", version.ref = "horologist" }
115-
wear-compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeMaterial3" }
116-
wear-compose-material3 = { module = "androidx.wear.compose:compose-material3", version.ref = "wearComposeMaterial3" }
117-
wear-compose-navigation = { module = "androidx.wear.compose:compose-navigation", version.ref = "wearComposeMaterial3" }
118-
wear-compose-ui-tooling = { group = "androidx.wear.compose", name = "compose-ui-tooling"}
119-
wear-remote-interactions = { group = "androidx.wear", name = "wear-remote-interactions", version.ref = "wearRemoteInteractions" }
120-
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlinBom" }
121-
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
122-
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
123-
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinxSerialization" }
124-
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
125-
playServicesWearable = { module = "com.google.android.gms:play-services-wearable", version.ref = "playServicesWearable" }
126-
127-
128107
# Testing
129108
compose-ui-test-junit = { group = "androidx.compose.ui", name = "ui-test-junit4" }
130109
compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
131110
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
132111
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
133112
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "extJUnit" }
134113
junit = { group = "junit", name = "junit", version.ref = "jUnit"}
135-
androidx-compose-material = { group = "androidx.wear.compose", name = "compose-material", version.ref = "composeMaterial" }
136-
androidx-wear-tooling-preview = { group = "androidx.wear", name = "wear-tooling-preview", version.ref = "wearToolingPreview" }
137114
androidx-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundation" }
138115

139-
140116
[plugins]
141117
android-application = { id = "com.android.application", version.ref = "androidPlugin" }
142118
android-library = { id = "com.android.library", version.ref = "androidPlugin" }

Shrine/settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ pluginManagement {
77
}
88
rootProject.name = "Shrine"
99
include(":app")
10-
include(":wear")

Shrine/wear/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Shrine/wear/build.gradle.kts

Lines changed: 0 additions & 123 deletions
This file was deleted.

Shrine/wear/src/main/AndroidManifest.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

Shrine/wear/src/main/java/com/authentication/shrinewear/Graph.kt

Lines changed: 0 additions & 92 deletions
This file was deleted.

Shrine/wear/src/main/java/com/authentication/shrinewear/MainActivity.kt

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)