mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 16:19:09 +02:00
update libs and gradle
This commit is contained in:
parent
d30c8a0149
commit
9a1731667a
3 changed files with 10 additions and 9 deletions
|
@ -25,11 +25,11 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:27.0.2'
|
||||
compile 'com.android.support:cardview-v7:27.0.2'
|
||||
compile 'com.android.support:support-v4:27.0.2'
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.android.support:appcompat-v7:27.1.0'
|
||||
implementation 'com.android.support:cardview-v7:27.1.0'
|
||||
implementation 'com.android.support:support-v4:27.1.0'
|
||||
// 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'
|
||||
}
|
||||
|
|
|
@ -7,9 +7,10 @@ buildscript {
|
|||
url 'https://maven.google.com/'
|
||||
name 'Google'
|
||||
}
|
||||
google()
|
||||
}
|
||||
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
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Fri Nov 03 21:17:21 CET 2017
|
||||
#Fri Mar 30 12:07:10 CEST 2018
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue