Skip to content

Commit ab9b915

Browse files
committed
Fix conflicts from Webview files
1 parent 4843802 commit ab9b915

File tree

5 files changed

+2
-38
lines changed

5 files changed

+2
-38
lines changed

WebView/WebkitWebView/app/src/main/java/com/google/webkit/webviewsample/theme/Color.kt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,11 @@
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
1716
package com.google.webkit.webviewsample.theme
1817

1918
import androidx.compose.ui.graphics.Color
2019

2120
val Purple200 = Color(0xFFBB86FC)
2221
val Purple500 = Color(0xFF6200EE)
2322
val Purple700 = Color(0xFF3700B3)
24-
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
23+
val Teal200 = Color(0xFF03DAC5)

WebView/WebkitWebView/app/src/main/java/com/google/webkit/webviewsample/theme/Shape.kt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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
1716
package com.google.webkit.webviewsample.theme
1817

1918
import androidx.compose.foundation.shape.RoundedCornerShape
@@ -24,11 +23,4 @@ val Shapes = Shapes(
2423
small = RoundedCornerShape(4.dp),
2524
medium = RoundedCornerShape(4.dp),
2625
large = RoundedCornerShape(0.dp),
27-
)
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
26+
)

WebView/WebkitWebView/gradle.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2222
android.useAndroidX=true
2323
# Kotlin code style for this project: "official" or "obsolete":
2424
kotlin.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
2928
android.nonTransitiveRClass=true
3029
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

WebView/WebkitWebView/keystore.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
#
2-
<<<<<<<< HEAD:WebView/WebkitWebView/keystore.properties
31
# Copyright 2025 Google LLC
4-
========
5-
# Copyright 2023 Google LLC
6-
>>>>>>>> aa0a640 (Move Shrine app to main):Shrine/keystore.properties
72
#
83
# Licensed under the Apache License, Version 2.0 (the "License");
94
# you may not use this file except in compliance with the License.

WebView/WebkitWebView/spotless/copyright.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@
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

0 commit comments

Comments
 (0)