Skip to content

Commit

Permalink
Removing build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
modislaszlox2 committed Oct 25, 2018
1 parent a03ff2e commit 23228b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion android-reactive-location/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'maven'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 14
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ buildscript {
ext {
compileSdkVersion = 28
targetSdkVersion = 28
buildToolsVersion = "25.0.3"
}

def isReleaseBuild() {
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def getGooglePlayServicesApiKey() {

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit 23228b7

Please sign in to comment.