Skip to content

Commit

Permalink
Use project-wide properties
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlosQ authored Jul 20, 2018
1 parent dc905cc commit 46e7dd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/LocationEnable/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ allprojects {
google()
}
}
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 27
supportLibVersion = "27.1.1"
googlePlayServicesVersion = "15.0.1"
}

0 comments on commit 46e7dd8

Please sign in to comment.