Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit c223a52

Browse files
committed
upgrade gradle, dependencies and bump version
1 parent 19fe578 commit c223a52

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ apply plugin: 'eclipse'
55

66
android {
77
compileSdkVersion 27
8-
buildToolsVersion '27.0.1'
8+
buildToolsVersion '27.0.3'
99
defaultConfig {
1010
applicationId "com.zeapo.pwdstore"
1111
minSdkVersion 16
1212
targetSdkVersion 27
13-
versionCode 94
14-
versionName "1.2.0.74"
13+
versionCode 95
14+
versionName "1.2.0.75"
1515

1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717
}
@@ -56,11 +56,11 @@ android {
5656
}
5757

5858
dependencies {
59-
compile 'com.android.support:appcompat-v7:27.0.2'
60-
compile 'com.android.support:recyclerview-v7:27.0.2'
61-
compile 'com.android.support:cardview-v7:27.0.2'
62-
compile 'com.android.support:design:27.0.2'
63-
compile 'com.android.support:support-annotations:27.0.2'
59+
compile 'com.android.support:appcompat-v7:27.1.0'
60+
compile 'com.android.support:recyclerview-v7:27.1.0'
61+
compile 'com.android.support:cardview-v7:27.1.0'
62+
compile 'com.android.support:design:27.1.0'
63+
compile 'com.android.support:support-annotations:27.1.0'
6464
compile 'org.sufficientlysecure:openpgp-api:11.0'
6565
compile 'com.nononsenseapps:filepicker:2.4.2'
6666
compile('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') {

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ buildscript {
88
maven {
99
url "https://maven.google.com"
1010
}
11+
google()
1112
}
1213
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.0.1'
14+
classpath 'com.android.tools.build:gradle:3.1.0'
1415
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1516

1617
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 30 22:06:22 CET 2017
1+
#Wed Mar 28 22:40:58 CEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)