File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
2424
2525dependencies {
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27- implementation ' com.android.support:appcompat-v7:27.0.2 '
27+ implementation ' com.android.support:appcompat-v7:27.1.1 '
2828 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
2929 testImplementation ' junit:junit:4.12'
3030 androidTestImplementation ' com.android.support.test:runner:1.0.1'
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ group = 'com.github.shrikanth7698'
55android {
66 compileSdkVersion 27
77
8-
9-
108 defaultConfig {
11- minSdkVersion 21
9+ minSdkVersion 15
1210 targetSdkVersion 27
1311 versionCode 1
1412 versionName " 1.0"
@@ -26,13 +24,12 @@ android {
2624 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2725 }
2826 }
29-
3027}
3128
3229dependencies {
3330 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3431
35- implementation ' com.android.support:appcompat-v7:27.0.2 '
32+ implementation ' com.android.support:appcompat-v7:27.1.1 '
3633 testImplementation ' junit:junit:4.12'
3734 androidTestImplementation ' com.android.support.test:runner:1.0.1'
3835 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
You can’t perform that action at this time.
0 commit comments