update libs and gradle

This commit is contained in:
badaix 2018-04-03 20:00:36 +02:00
parent d30c8a0149
commit 9a1731667a
3 changed files with 10 additions and 9 deletions

View file

@ -25,11 +25,11 @@ android {
} }
dependencies { dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:27.0.2' implementation 'com.android.support:appcompat-v7:27.1.0'
compile 'com.android.support:cardview-v7:27.0.2' implementation 'com.android.support:cardview-v7:27.1.0'
compile 'com.android.support:support-v4:27.0.2' implementation 'com.android.support:support-v4:27.1.0'
// compile 'com.android.support:recyclerview-v7:23.1.1' // compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:design:27.0.2' implementation 'com.android.support:design:27.1.0'
} }

View file

@ -7,9 +7,10 @@ buildscript {
url 'https://maven.google.com/' url 'https://maven.google.com/'
name 'Google' name 'Google'
} }
google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.android.tools.build:gradle:3.1.0'
// 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

@ -1,6 +1,6 @@
#Fri Nov 03 21:17:21 CET 2017 #Fri Mar 30 12:07:10 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.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip