Skip to content

Commit 9b0f1a1

Browse files
committed
Remove conflicts from Shrine
1 parent ffbcec4 commit 9b0f1a1

File tree

5 files changed

+0
-35
lines changed

5 files changed

+0
-35
lines changed

Shrine/app/src/main/java/com/authentication/shrine/utility/Constants.kt

Lines changed: 0 additions & 8 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
@@ -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

Shrine/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

Shrine/keystore.properties

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

Shrine/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

Shrine/wear/src/main/java/com/authentication/shrinewear/network/NetworkException.kt

Lines changed: 0 additions & 11 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/Color.kt
1716
package com.google.webkit.webviewsample.theme
1817

1918
import androidx.compose.ui.graphics.Color
@@ -22,13 +21,3 @@ val Purple200 = Color(0xFFBB86FC)
2221
val Purple500 = Color(0xFF6200EE)
2322
val Purple700 = Color(0xFF3700B3)
2423
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

0 commit comments

Comments
 (0)