Android Studio 3.2.0 + other dependencies

This commit is contained in:
Aleksander Nowakowski 2018-10-01 13:40:30 +02:00
parent b62e6d8ece
commit ba73c443c3
3 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,10 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.3' classpath 'com.android.tools.build:gradle:3.2.0'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3" classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

@ -40,11 +40,11 @@ ext {
} }
*/ */
android { android {
compileSdkVersion 27 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 27 targetSdkVersion 28
versionCode 20 versionCode 20
versionName "1.7.0" versionName "1.7.0"
} }
@ -58,8 +58,8 @@ android {
} }
dependencies { dependencies {
implementation 'com.android.support:support-core-utils:27.1.1' implementation 'com.android.support:support-core-utils:28.0.0'
implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.google.code.gson:gson:2.8.5'
} }
/* /*

View File

@ -1,6 +1,6 @@
#Tue Jul 03 15:08:37 CEST 2018 #Mon Oct 01 13:36:04 CEST 2018
distributionBase=GRADLE_USER_HOME 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.4-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip