Skip to content

Commit

Permalink
ui: Deleted unnecessary attributes in the splash screen theme declara…
Browse files Browse the repository at this point in the history
…tion

Signed-off-by: Gabriel Fontán <[email protected]>
  • Loading branch information
BobbyESP committed Apr 6, 2024
1 parent e3c8523 commit 9567b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {

//---------------User Interface---------------//
//Core UI libraries
implementation(platform(libs.compose.bom))
api(platform(libs.compose.bom))

//Accompanist libraries
implementation(libs.bundles.accompanist)
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<style name="Theme.Metadator.Starting" parent="Theme.SplashScreen">
<item name="postSplashScreenTheme">@style/Theme.Metadator</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
</resources>
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ leakcanary = "2.13"

#Compose
compose-bom = "2024.04.00"
compose-bom-canary = "2024.04.00-alpha01"
constraintLayout = "1.1.0-alpha13"
androidx-compose-material3 = "1.2.1"
compose-util = "1.6.5"
Expand Down Expand Up @@ -102,6 +103,7 @@ core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
androidx-legacy-support-v4 = { group = "androidx.legacy", name = "legacy-support-v4", version.ref = "legacySupportV4" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
compose-bom-canary = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom-canary" }
firebase-crashlytics-gradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version.ref = "firebaseCrashlyticsGradle" }
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle-runtime-ktx" }
lifecycle-compose-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lifecycle-runtime-ktx" }
Expand Down

0 comments on commit 9567b23

Please sign in to comment.