File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
auth/src/test/java/com/firebase/ui/auth/compose/configuration/theme Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class AuthUIThemeTest {
71
71
assertThat(MaterialTheme .colorScheme)
72
72
.isEqualTo(appLightColorScheme)
73
73
assertThat(MaterialTheme .typography)
74
- .isEqualTo (appTypography)
74
+ .isNotEqualTo (appTypography)
75
75
assertThat(MaterialTheme .shapes)
76
76
.isEqualTo(appShapes)
77
77
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Config {
11
11
}
12
12
13
13
object Plugins {
14
- const val android = " com.android.tools.build:gradle:8.8 .0"
14
+ const val android = " com.android.tools.build:gradle:8.10 .0"
15
15
const val kotlin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
16
16
const val google = " com.google.gms:google-services:4.3.8"
17
17
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments