Skip to content

Commit

Permalink
added firebase lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevy committed Apr 14, 2018
1 parent 02aa834 commit 0cdbdd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
}

configurations {
//all*.exclude group: 'com.google.firebase', module: 'firebase-core'
//all*.exclude group: 'com.google.firebase', module: 'firebase-iid'
// all*.exclude group: 'com.google.firebase', module: 'firebase-core'
// all*.exclude group: 'com.google.firebase', module: 'firebase-iid'
}

android {
Expand All @@ -27,8 +27,8 @@ android {
applicationId "in.co.gorest.grblcontroller"
minSdkVersion 19
targetSdkVersion 27
versionCode 18
versionName "2.1.6"
versionCode 19
versionName "2.2.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 0cdbdd8

Please sign in to comment.