Skip to content

Commit

Permalink
Update gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpm committed May 10, 2019
1 parent 74cdd15 commit 8c138ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle
Expand Up @@ -12,8 +12,6 @@ apply plugin: 'jacoco'

apply plugin: 'com.github.kt3k.coveralls'

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

jacoco {
version = '0.8.1'
}
Expand Down Expand Up @@ -63,9 +61,6 @@ dependencies {
implementation deps.support.design
implementation deps.support.constraintlayout

// Firebase
implementation deps.firebase.core

// Testing
testImplementation deps.testing.junit
testImplementation deps.testing.mockito_core
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -10,7 +10,6 @@ buildscript {
classpath deps.kotlin.plugin
classpath deps.kotlin.allopen
classpath deps.coveralls.plugin
classpath deps.google_services.plugin
}
}

Expand Down
10 changes: 0 additions & 10 deletions versions.gradle
Expand Up @@ -21,8 +21,6 @@ versions.okhttp = "3.11.0"
versions.stetho = "1.5.0"
versions.glide = "4.8.0"
versions.coveralls = "2.8.1"
versions.google_services = "4.0.1"
versions.firebase = "16.0.1"
def deps = [:]

def android = [:]
Expand Down Expand Up @@ -105,14 +103,6 @@ def coveralls = [:]
coveralls.plugin = "org.kt3k.gradle.plugin:coveralls-gradle-plugin:$versions.coveralls"
deps.coveralls = coveralls

def google_services = [:]
google_services.plugin = "com.google.gms:google-services:$versions.google_services"
deps.google_services = google_services

def firebase = [:]
firebase.core = "com.google.firebase:firebase-core:$versions.firebase"
deps.firebase = firebase

ext.deps = deps

def build_versions = [:]
Expand Down

0 comments on commit 8c138ff

Please sign in to comment.