File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
2222dependencies {
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'
You can’t perform that action at this time.
0 commit comments