Skip to content

Commit

Permalink
chore(google-services): remove google services plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
libhide committed Jun 9, 2024
1 parent a80a6f9 commit 251b44b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import java.util.Properties
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.google.services)
kotlin("kapt")
alias(libs.plugins.hilt)
alias(libs.plugins.ksp)
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ plugins {
alias(libs.plugins.hilt) apply false
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.google.services) apply false
alias(libs.plugins.ksp) apply false
}

0 comments on commit 251b44b

Please sign in to comment.