Skip to content

Commit

Permalink
Merge pull request #153 from yashk2000/master
Browse files Browse the repository at this point in the history
fix #152 Remove google services dependencies
  • Loading branch information
yashk2000 committed Jul 23, 2020
2 parents dbf1558 + 6f15ab8 commit 9f2bd49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
6 changes: 1 addition & 5 deletions visionppi/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ dependencies {
androidTestImplementation "androidx.test:runner:1.3.0-rc01"
androidTestImplementation "androidx.test:rules:1.3.0-rc01"

//implementation 'com.google.firebase:firebase-core:15.0.2'
//implementation 'com.google.firebase:firebase-ml-model-interpreter:15.0.0'

implementation 'com.google.mlkit:image-labeling-custom:16.1.0'


}
apply plugin: 'com.google.gms.google-services'
}
40 changes: 0 additions & 40 deletions visionppi/app/google-services.json

This file was deleted.

1 change: 0 additions & 1 deletion visionppi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'io.fabric.tools:gradle:1.31.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72'
classpath 'com.google.gms:google-services:4.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 9f2bd49

Please sign in to comment.