Skip to content

Commit 5966c2b

Browse files
author
yangyufei
committed
api 26
1 parent a8e7dfc commit 5966c2b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
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

2121
dependencies {
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')

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
android {
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 {
2929
dependencies {
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'

0 commit comments

Comments
 (0)