This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ apply plugin: 'eclipse'
55
66android {
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
5858dependencies {
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' ) {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # Mon Oct 30 22:06:22 CET 2017
1+ # Wed Mar 28 22:40:58 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments