Skip to content

Commit

Permalink
Remove useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbsgilbs committed Jul 15, 2020
1 parent 9beaaaf commit ef1a368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

for (String taskName : getGradle().getStartParameter().getTaskNames()) {
if (taskName.endsWith('RcxDebug') || taskName.endsWith('RcxRelease')) {
classpath 'com.google.gms:google-services:4.3.3' // google-services plugin
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta03'
break
}
Expand Down

0 comments on commit ef1a368

Please sign in to comment.