Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

build.gradle
buildscript {
repositories {
jcenter()
google()
}
build.gradle}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

build.gradle

ext {
androidMinSdkVersion = 15
Expand All @@ -24,7 +24,7 @@ ext {
gmsVersion = "12.0.1"
androidSupportLibVersion = "28.0.0"
}

README.md
allprojects {
repositories {
jcenter()
Expand Down