Skip to content

Commit bea920a

Browse files
committed
Bump version (10)
1 parent 2488b6b commit bea920a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.sorz.lab.tinykeepass"
88
minSdkVersion 24
99
targetSdkVersion 27
10-
versionCode 9
11-
versionName "0.3.3"
10+
versionCode 10
11+
versionName "0.3.4"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -32,7 +32,7 @@ dependencies {
3232
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3333
exclude group: 'com.android.support', module: 'support-annotations'
3434
})
35-
compile 'com.android.support:appcompat-v7:27.0.2'
35+
compile 'com.android.support:appcompat-v7:27.1.0'
3636
compile 'com.android.support.constraint:constraint-layout:1.0.2'
3737
compile 'commons-io:commons-io:2.6'
3838
compile('de.slackspace:openkeepass:0.7.0') {
@@ -42,6 +42,6 @@ dependencies {
4242
}
4343
testCompile 'junit:junit:4.12'
4444
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
45-
implementation 'com.android.support:design:27.0.2'
46-
implementation 'com.android.support:recyclerview-v7:27.0.2'
45+
implementation 'com.android.support:design:27.1.0'
46+
implementation 'com.android.support:recyclerview-v7:27.1.0'
4747
}

0 commit comments

Comments
 (0)