File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 28
4+ compileSdkVersion 26
55 defaultConfig {
66 applicationId " jarvis.com.nestedtouchscrollinglayout"
77 minSdkVersion 23
8- targetSdkVersion 28
8+ targetSdkVersion 26
99 versionCode 1
1010 versionName " 1.0"
1111 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -20,14 +20,14 @@ android {
2020
2121dependencies {
2222 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23- implementation ' com.android.support:appcompat-v7:28 .0.0'
23+ implementation ' com.android.support:appcompat-v7:26 .0.0'
2424 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
2525 testImplementation ' junit:junit:4.12'
2626 androidTestImplementation ' com.android.support.test:runner:1.0.2'
2727 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
2828
29- implementation ' com.android.support:recyclerview-v7:28 .0.0'
30- implementation ' com.android.support:design:28 .0.0'
29+ implementation ' com.android.support:recyclerview-v7:26 .0.0'
30+ implementation ' com.android.support:design:26 .0.0'
3131
3232
3333 api project(' :library' )
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ apply plugin: 'com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
55android {
6- compileSdkVersion 28
6+ compileSdkVersion 26
77
88
99
1010 defaultConfig {
1111 minSdkVersion 23
12- targetSdkVersion 28
12+ targetSdkVersion 26
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -29,10 +29,10 @@ android {
2929dependencies {
3030 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3131
32- implementation ' com.android.support:appcompat-v7:28 .0.0'
32+ implementation ' com.android.support:appcompat-v7:26 .0.0'
3333 testImplementation ' junit:junit:4.12'
3434
35- api ' com.android.support:design:28 .0.0'
35+ api ' com.android.support:design:26 .0.0'
3636
3737 androidTestImplementation ' com.android.support.test:runner:1.0.2'
3838 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
You can’t perform that action at this time.
0 commit comments