mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
Update dependencies
This commit is contained in:
parent
baff508376
commit
19fc0d611e
3 changed files with 11 additions and 11 deletions
|
@ -24,15 +24,15 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':cert4android')
|
||||
implementation project(':cert4android')
|
||||
|
||||
compile 'com.yydcdut:rxmarkdown:0.1.1-beta'
|
||||
|
||||
def supportLibVersion = '27.1.0'
|
||||
compile "com.android.support:support-v4:${supportLibVersion}"
|
||||
compile "com.android.support:appcompat-v7:${supportLibVersion}"
|
||||
compile "com.android.support:design:${supportLibVersion}"
|
||||
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
|
||||
compile "com.android.support:cardview-v7:${supportLibVersion}" // needed for cert4android (conflict resolution)
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
def supportLibVersion = '27.1.1'
|
||||
implementation "com.android.support:support-v4:${supportLibVersion}"
|
||||
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
|
||||
implementation "com.android.support:design:${supportLibVersion}"
|
||||
implementation "com.android.support:recyclerview-v7:${supportLibVersion}"
|
||||
implementation "com.android.support:cardview-v7:${supportLibVersion}" // needed for cert4android (conflict resolution)
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
apply plugin: 'maven'
|
||||
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
|
||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
#Wed Nov 01 07:07:55 CET 2017
|
||||
#Fri Apr 06 20:28:39 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…
Reference in a new issue