mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
upgrade gradle, dependencies and bump version
This commit is contained in:
parent
19fe578fd0
commit
c223a52a4b
|
@ -5,13 +5,13 @@ apply plugin: 'eclipse'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion '27.0.1'
|
buildToolsVersion '27.0.3'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 94
|
versionCode 95
|
||||||
versionName "1.2.0.74"
|
versionName "1.2.0.75"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -56,11 +56,11 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:27.0.2'
|
compile 'com.android.support:appcompat-v7:27.1.0'
|
||||||
compile 'com.android.support:recyclerview-v7:27.0.2'
|
compile 'com.android.support:recyclerview-v7:27.1.0'
|
||||||
compile 'com.android.support:cardview-v7:27.0.2'
|
compile 'com.android.support:cardview-v7:27.1.0'
|
||||||
compile 'com.android.support:design:27.0.2'
|
compile 'com.android.support:design:27.1.0'
|
||||||
compile 'com.android.support:support-annotations:27.0.2'
|
compile 'com.android.support:support-annotations:27.1.0'
|
||||||
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') {
|
||||||
|
|
|
@ -8,9 +8,10 @@ buildscript {
|
||||||
maven {
|
maven {
|
||||||
url "https://maven.google.com"
|
url "https://maven.google.com"
|
||||||
}
|
}
|
||||||
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||||
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
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Mon Oct 30 22:06:22 CET 2017
|
#Wed Mar 28 22:40:58 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
|
||||||
|
|
Loading…
Reference in a new issue