Skip to content

Commit a722866

Browse files
committed
updated libraries
1 parent 00596bb commit a722866

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "26.0.1"
66
defaultConfig {
77
applicationId "james.medianotification"
8-
minSdkVersion 19
8+
minSdkVersion 21
99
targetSdkVersion 26
1010
versionCode 4
1111
versionName "0.4"
@@ -21,10 +21,10 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:26.0.2'
25-
compile 'com.android.support:design:26.0.2'
26-
compile 'com.android.support:cardview-v7:26.0.2'
27-
compile 'com.android.support:palette-v7:26.0.2'
24+
compile 'com.android.support:appcompat-v7:26.1.0'
25+
compile 'com.android.support:design:26.1.0'
26+
compile 'com.android.support:cardview-v7:26.1.0'
27+
compile 'com.android.support:palette-v7:26.1.0'
2828

2929
compile 'james.colorpickerdialog:colorpickerdialog:0.0.4'
3030
compile 'com.github.bumptech.glide:glide:4.1.1'

0 commit comments

Comments
 (0)