File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " org.sorz.lab.tinykeepass"
8
8
minSdkVersion 24
9
9
targetSdkVersion 27
10
- versionCode 9
11
- versionName " 0.3.3 "
10
+ versionCode 10
11
+ versionName " 0.3.4 "
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
@@ -32,7 +32,7 @@ dependencies {
32
32
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
33
33
exclude group : ' com.android.support' , module : ' support-annotations'
34
34
})
35
- compile ' com.android.support:appcompat-v7:27.0.2 '
35
+ compile ' com.android.support:appcompat-v7:27.1.0 '
36
36
compile ' com.android.support.constraint:constraint-layout:1.0.2'
37
37
compile ' commons-io:commons-io:2.6'
38
38
compile(' de.slackspace:openkeepass:0.7.0' ) {
@@ -42,6 +42,6 @@ dependencies {
42
42
}
43
43
testCompile ' junit:junit:4.12'
44
44
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 '
47
47
}
You can’t perform that action at this time.
0 commit comments