File tree Expand file tree Collapse file tree 5 files changed +0
-35
lines changed
app/src/main/java/com/authentication/shrine/utility
wear/src/main/java/com/authentication/shrinewear/network Expand file tree Collapse file tree 5 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- <<<<<<<< HEAD : WebView / WebkitWebView / app/ src/ main/ java/ com/ google/ webkit/ webviewsample/ theme/ Shape .kt
1716package com.google.webkit.webviewsample.theme
1817
1918import androidx.compose.foundation.shape.RoundedCornerShape
@@ -25,10 +24,3 @@ val Shapes = Shapes(
2524 medium = RoundedCornerShape (4 .dp),
2625 large = RoundedCornerShape (0 .dp),
2726)
28- ========
29- package com.authentication.shrine.utility
30-
31- object Constants {
32- const val SESSION_ID_KEY = " SESAME_SESSION_COOKIE="
33- }
34- >>>>>>>> aa0a640 (Move Shrine app to main): Shrine / app/ src/ main/ java/ com/ authentication/ shrine/ utility/ Constants .kt
Original file line number Diff line number Diff line change @@ -22,16 +22,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2222android.useAndroidX =true
2323# Kotlin code style for this project: "official" or "obsolete":
2424kotlin.code.style =official
25- <<<<<<<< HEAD:WebView/WebkitWebView/gradle.properties
2625# Enables namespacing of each library's R class so that its R class includes only the
2726# resources declared in the library itself and none from the library's dependencies,
2827# thereby reducing the size of the R class for that library
2928android.nonTransitiveRClass =true
3029host =https://alder-sunny-bicycle.glitch.me
31- ========
32-
33- # Enables namespacing of each library's R class so that its R class includes only the
34- # resources declared in the library itself and none from the library's dependencies,
35- # thereby reducing the size of the R class for that library
36- android.nonTransitiveRClass =true
37- >>>>>>>> aa0a640 (Move Shrine app to main):Shrine/gradle.properties
Original file line number Diff line number Diff line change 11#
2- <<<<<<<< HEAD:WebView/WebkitWebView/keystore.properties
32# Copyright 2025 Google LLC
4- ========
5- # Copyright 2023 Google LLC
6- >>>>>>>> aa0a640 (Move Shrine app to main):Shrine/keystore.properties
73#
84# Licensed under the Apache License, Version 2.0 (the "License");
95# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
15- <<<<<<<< HEAD:WebView/WebkitWebView/spotless/copyright.kts
1615 */
17- ========
18- */
19- >>>>>>>> aa0a640 (Move Shrine app to main): Shrine / spotless/ copyright.kts
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- <<<<<<<< HEAD : WebView / WebkitWebView / app/ src/ main/ java/ com/ google/ webkit/ webviewsample/ theme/ Color .kt
1716package com.google.webkit.webviewsample.theme
1817
1918import androidx.compose.ui.graphics.Color
@@ -22,13 +21,3 @@ val Purple200 = Color(0xFFBB86FC)
2221val Purple500 = Color (0xFF6200EE )
2322val Purple700 = Color (0xFF3700B3 )
2423val Teal200 = Color (0xFF03DAC5 )
25- ========
26- package com.authentication.shrinewear.network
27-
28- /* *
29- * An exception class for API errors.
30- *
31- * @param message The error message.
32- */
33- class NetworkException (message : String ) : RuntimeException(message)
34- >>>>>>>> aa0a640 (Move Shrine app to main): Shrine / wear/ src/ main/ java/ com/ authentication/ shrinewear/ network/ NetworkException .kt
You can’t perform that action at this time.
0 commit comments