update version
This commit is contained in:
parent
78c1b935b9
commit
2d543d8e98
2 changed files with 6 additions and 6 deletions
|
@ -56,11 +56,11 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:27.0.1'
|
compile 'com.android.support:appcompat-v7:27.0.2'
|
||||||
compile 'com.android.support:recyclerview-v7:27.0.1'
|
compile 'com.android.support:recyclerview-v7:27.0.2'
|
||||||
compile 'com.android.support:cardview-v7:27.0.1'
|
compile 'com.android.support:cardview-v7:27.0.2'
|
||||||
compile 'com.android.support:design:27.0.1'
|
compile 'com.android.support:design:27.0.2'
|
||||||
compile 'com.android.support:support-annotations:27.0.1'
|
compile 'com.android.support:support-annotations:27.0.2'
|
||||||
compile 'org.sufficientlysecure:openpgp-api:11.0'
|
compile 'org.sufficientlysecure:openpgp-api:11.0'
|
||||||
compile 'com.nononsenseapps:filepicker:2.4.2'
|
compile 'com.nononsenseapps:filepicker:2.4.2'
|
||||||
compile('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') {
|
compile('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') {
|
||||||
|
|
|
@ -10,7 +10,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.0'
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|
Loading…
Reference in a new issue