Update gradle

pull/360/head
Mattia Iavarone 6 years ago
parent 5038c9e81a
commit 55047f1e9c
  1. 10
      build.gradle
  2. 2
      gradle/wrapper/gradle-wrapper.properties

@ -1,5 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
repositories { repositories {
jcenter() jcenter()
@ -7,11 +5,9 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-rc03' classpath 'com.android.tools.build:gradle:3.2.1'
// https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en
// https://www.theguardian.com/technology/developer-blog/2016/dec/06/how-to-publish-an-android-library-a-mysterious-conversation
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
} }
} }
@ -24,7 +20,7 @@ allprojects {
ext { ext {
compileSdkVersion = 28 compileSdkVersion = 28
supportLibVersion = '28.0.0-rc02' supportLibVersion = '28.0.0'
lifecycleVersion = '1.1.1' lifecycleVersion = '1.1.1'
minSdkVersion = 15 minSdkVersion = 15
targetSdkVersion = 28 targetSdkVersion = 28

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

Loading…
Cancel
Save