Skip to content

Commit

Permalink
[setting]: Fix Merge Error
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Dec 30, 2023
1 parent b2f0842 commit a226bdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

plugins {
hmh("application")
hmh("compose")
Expand Down Expand Up @@ -29,8 +28,12 @@ android {
}

dependencies {

// Firebase
implementation(platform(libs.firebase))
implementation(libs.bundles.firebase)

// Splash
implementation(libs.splash.screen)

}

0 comments on commit a226bdb

Please sign in to comment.