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 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- <<<<<<<< HEAD : WebView / WebkitWebView / app/ src/ main/ java/ com/ google/ webkit/ webviewsample/ theme/ Shape .kt
17
16
package com.google.webkit.webviewsample.theme
18
17
19
18
import androidx.compose.foundation.shape.RoundedCornerShape
@@ -25,10 +24,3 @@ val Shapes = Shapes(
25
24
medium = RoundedCornerShape (4 .dp),
26
25
large = RoundedCornerShape (0 .dp),
27
26
)
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
22
22
android.useAndroidX =true
23
23
# Kotlin code style for this project: "official" or "obsolete":
24
24
kotlin.code.style =official
25
- <<<<<<<< HEAD:WebView/WebkitWebView/gradle.properties
26
25
# Enables namespacing of each library's R class so that its R class includes only the
27
26
# resources declared in the library itself and none from the library's dependencies,
28
27
# thereby reducing the size of the R class for that library
29
28
android.nonTransitiveRClass =true
30
29
host =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 1
1
#
2
- <<<<<<<< HEAD:WebView/WebkitWebView/keystore.properties
3
2
# Copyright 2025 Google LLC
4
- ========
5
- # Copyright 2023 Google LLC
6
- >>>>>>>> aa0a640 (Move Shrine app to main):Shrine/keystore.properties
7
3
#
8
4
# Licensed under the Apache License, Version 2.0 (the "License");
9
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
- <<<<<<<< HEAD:WebView/WebkitWebView/spotless/copyright.kts
16
15
*/
17
- ========
18
- */
19
- >>>>>>>> aa0a640 (Move Shrine app to main): Shrine / spotless/ copyright.kts
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- <<<<<<<< HEAD : WebView / WebkitWebView / app/ src/ main/ java/ com/ google/ webkit/ webviewsample/ theme/ Color .kt
17
16
package com.google.webkit.webviewsample.theme
18
17
19
18
import androidx.compose.ui.graphics.Color
@@ -22,13 +21,3 @@ val Purple200 = Color(0xFFBB86FC)
22
21
val Purple500 = Color (0xFF6200EE )
23
22
val Purple700 = Color (0xFF3700B3 )
24
23
val 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