Skip to content

Commit

Permalink
* updated gradle and google services version
Browse files Browse the repository at this point in the history
  • Loading branch information
thanksmister committed Dec 5, 2019
1 parent e86ff3f commit d8b1451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions WallPanelApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ android {
versionName "${versionMajor}.${versionMinor}.${versionPatch} Build ${versionBuild}"
}
}
compileOptions {
sourceCompatibility = 1.8
}
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.2'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'io.fabric.tools:gradle:1.31.1' // Crashlytics plugin
}
}
Expand Down

0 comments on commit d8b1451

Please sign in to comment.