This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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.0 '
8+ buildToolsVersion ' 27.0.1 '
99 defaultConfig {
1010 applicationId " com.zeapo.pwdstore"
1111 minSdkVersion 16
1212 targetSdkVersion 27
13- versionCode 90
14- versionName " 1.2.0.70-alpha "
13+ versionCode 93
14+ versionName " 1.2.0.73 "
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.0 '
60- compile ' com.android.support:recyclerview-v7:27.0.0 '
61- compile ' com.android.support:cardview-v7:27.0.0 '
62- compile ' com.android.support:design:27.0.0 '
63- compile ' com.android.support:support-annotations:27.0.0 '
59+ compile ' com.android.support:appcompat-v7:27.0.1 '
60+ compile ' com.android.support:recyclerview-v7:27.0.1 '
61+ compile ' com.android.support:cardview-v7:27.0.1 '
62+ compile ' com.android.support:design:27.0.1 '
63+ compile ' com.android.support:support-annotations:27.0.1 '
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' ) {
You can’t perform that action at this time.
0 commit comments