Skip to content

Commit

Permalink
apply pluginの記述箇所を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
jageishi committed Sep 2, 2020
1 parent 64abbd3 commit e516c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.application'

apply plugin: 'com.google.gms.google-services'

apply plugin: 'com.google.android.gms.oss-licenses-plugin'

apply plugin: 'kotlin-android'
Expand All @@ -8,8 +10,6 @@ apply plugin: 'kotlin-android-extensions'

apply plugin: 'kotlin-kapt'

apply plugin: 'com.google.gms.google-services'

apply plugin: 'com.google.firebase.crashlytics'

apply plugin: 'com.google.firebase.firebase-perf'
Expand Down

0 comments on commit e516c13

Please sign in to comment.