Skip to content

Commit 89087a5

Browse files
Merge pull request #216 from OMGSoundboard/dependabot/gradle/androidx.core-core-splashscreen-1.2.0
Bump androidx.core:core-splashscreen from 1.0.1 to 1.2.0
2 parents 5d883ea + 6356d53 commit 89087a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
implementation 'androidx.hilt:hilt-navigation-compose:1.3.0'
127127

128128
//Splash Screen
129-
implementation 'androidx.core:core-splashscreen:1.0.1'
129+
implementation 'androidx.core:core-splashscreen:1.2.0'
130130

131131
//Particles
132132
implementation "me.nikhilchaudhari:quarks:1.0.0-alpha02"

wear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ dependencies {
102102
implementation("androidx.compose.material:material-icons-extended:1.7.8")
103103

104104
//Splash Screen
105-
implementation 'androidx.core:core-splashscreen:1.0.1'
105+
implementation 'androidx.core:core-splashscreen:1.2.0'
106106
}

0 commit comments

Comments
 (0)