Skip to content

Commit

Permalink
Tooling update so Android-Studio opens without freaking out.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Nov 12, 2018
1 parent 2638439 commit e7dcdc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
repositories {
jcenter()
google()
maven {
url "https://plugins.gradle.org/m2/"
}
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0x'
Expand All @@ -16,17 +16,17 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
maven {
url 'https://maven.google.com/'
name 'Google'
url "https://plugins.gradle.org/m2/"
}
jcenter()
}
ext {
globalMinSdkVersion = 14
globalTargetSdkVersion = 27
globalCompileSdkVersion = 27
globalBuildToolsVersion = '27.0.3'
globalBuildToolsVersion = '28.0.3'
supportLibVersion = '27.1.1'
timberVersion = '4.6.1'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Apr 26 18:53:24 CEST 2018
#Mon Nov 12 14:05:39 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit e7dcdc3

Please sign in to comment.