Skip to content

Commit 017c7b0

Browse files
committed
updated support library version
updated support library version 28.0.0 targetSdkVersion 28
1 parent 32b8ba1 commit 017c7b0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

android-recyclerview/app-kotlin/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44
android {
5-
compileSdkVersion 27
5+
compileSdkVersion 28
66

77

88

99
defaultConfig {
1010
applicationId "com.hmkcode"
1111
minSdkVersion 19
12-
targetSdkVersion 27
12+
targetSdkVersion 28
1313
versionCode 1
1414
versionName "1.0"
1515

@@ -29,9 +29,9 @@ android {
2929
dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
3131
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
32-
implementation 'com.android.support:appcompat-v7:27.1.1'
32+
implementation 'com.android.support:appcompat-v7:28.0.0'
3333
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
34-
implementation 'com.android.support:recyclerview-v7:27.1.1'
34+
implementation 'com.android.support:recyclerview-v7:28.0.0'
3535
testImplementation 'junit:junit:4.12'
3636
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3737
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

android-recyclerview/app-listadapter/build.gradle

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

33
android {
4-
compileSdkVersion 27
4+
compileSdkVersion 28
55

66

77

88
defaultConfig {
99
applicationId "com.hmkcode"
1010
minSdkVersion 19
11-
targetSdkVersion 27
11+
targetSdkVersion 28
1212
versionCode 1
1313
versionName "1.0"
1414

@@ -32,10 +32,10 @@ android {
3232
dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
3434

35-
implementation 'com.android.support:appcompat-v7:27.1.1'
35+
implementation 'com.android.support:appcompat-v7:28.0.0'
3636
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3737
testImplementation 'junit:junit:4.12'
38-
implementation 'com.android.support:recyclerview-v7:27.1.1'
38+
implementation 'com.android.support:recyclerview-v7:28.0.0'
3939
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4040
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
4141
}

android-recyclerview/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
55
apply plugin: 'kotlin-android-extensions'
66

77
android {
8-
compileSdkVersion 27
8+
compileSdkVersion 28
99
defaultConfig {
1010
applicationId "com.hmkcode"
1111
minSdkVersion 19
12-
targetSdkVersion 27
12+
targetSdkVersion 28
1313
versionCode 1
1414
versionName "1.0"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -25,9 +25,9 @@ android {
2525
dependencies {
2626
implementation fileTree(dir: 'libs', include: ['*.jar'])
2727
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28-
implementation 'com.android.support:appcompat-v7:27.1.1'
28+
implementation 'com.android.support:appcompat-v7:28.0.0'
2929
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
30-
implementation 'com.android.support:recyclerview-v7:27.1.1'
30+
implementation 'com.android.support:recyclerview-v7:28.0.0'
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3333
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)