Android Studio 3.2.0 + other dependencies
This commit is contained in:
parent
b62e6d8ece
commit
ba73c443c3
|
@ -6,10 +6,10 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
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.github.dcendents:android-maven-gradle-plugin:2.0'
|
||||
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
@ -40,11 +40,11 @@ ext {
|
|||
}
|
||||
*/
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
compileSdkVersion 28
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 28
|
||||
versionCode 20
|
||||
versionName "1.7.0"
|
||||
}
|
||||
|
@ -58,8 +58,8 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-core-utils:27.1.1'
|
||||
implementation 'com.google.code.gson:gson:2.8.2'
|
||||
implementation 'com.android.support:support-core-utils:28.0.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
}
|
||||
/*
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Tue Jul 03 15:08:37 CEST 2018
|
||||
#Mon Oct 01 13:36:04 CEST 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
|
||||
|
|
Loading…
Reference in New Issue