Skip to content

Commit

Permalink
Fixed error gradle asking for google-services.json because added wron…
Browse files Browse the repository at this point in the history
…g google dependencies
  • Loading branch information
EmanueleMelini committed Jul 18, 2022
1 parent 48bce35 commit e1d2a41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions KotlinAndroidUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
id 'com.google.gms.google-services'
}

android {
Expand Down Expand Up @@ -56,7 +55,7 @@ afterEvaluate {

groupId = 'com.github.EmanueleMelini'
artifactId = 'KotlinAndroidUtils'
version = '1.0.1'
version = '1.0.2'
}
}
}
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.13'
}
}

Expand Down

0 comments on commit e1d2a41

Please sign in to comment.