We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e004565 commit d154940Copy full SHA for d154940
auth/src/main/res/values-v35/styles.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName">
3
+
4
+ <!-- Override the base FirebaseUI theme for edge-to-edge support -->
5
+ <style name="FirebaseUI" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
6
+ <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
7
+ </style>
8
9
+</resources>
buildSrc/src/main/kotlin/Config.kt
@@ -5,8 +5,8 @@ object Config {
private const val kotlinVersion = "2.1.0"
object SdkVersions {
- const val compile = 34
- const val target = 34
+ const val compile = 35
+ const val target = 35
10
const val min = 23
11
}
12
0 commit comments