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

Commit 7b8aae3

Browse files
committed
bump version
1 parent 4a5a839 commit 7b8aae3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
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.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

5858
dependencies {
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') {

0 commit comments

Comments
 (0)