File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
2929
3030dependencies {
3131 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
32- implementation ' androidx.appcompat :appcompat:1.0.0-rc01 '
33- implementation ' androidx.constraintlayout:constraintlayout :1.1 .2'
32+ implementation ' com.android.support :appcompat-v7:27.1.1 '
33+ implementation ' com.android.support.constraint:constraint-layout :1.0 .2'
3434 testImplementation ' junit:junit:4.12'
3535 androidTestImplementation ' androidx.test:runner:1.1.0-alpha4'
3636 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0-alpha4'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.1.0 '
10+ classpath ' com.android.tools.build:gradle:3.1.4 '
1111 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
1212
1313
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ group = 'com.github.shrikanth7698'
55android {
66 compileSdkVersion 28
77
8-
9-
108 defaultConfig {
11- minSdkVersion 21
9+ minSdkVersion 15
1210 targetSdkVersion 28
1311 versionCode 1
1412 versionName " 1.0"
@@ -26,18 +24,21 @@ android {
2624 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2725 }
2826 }
27+
2928 compileOptions {
3029 sourceCompatibility = ' 1.8'
3130 targetCompatibility = ' 1.8'
3231 }
3332 buildToolsVersion = ' 28.0.2'
3433
34+
3535}
3636
3737dependencies {
3838 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3939
40- implementation ' androidx.appcompat:appcompat:1.0.0-beta01'
40+ implementation ' com.android.support:appcompat-v7:27.1.1'
41+
4142 testImplementation ' junit:junit:4.12'
4243 androidTestImplementation ' androidx.test:runner:1.1.0-alpha4'
4344 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0-alpha4'
You can’t perform that action at this time.
0 commit comments