File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
android {
5
- compileSdkVersion 27
5
+ compileSdkVersion 28
6
6
7
7
8
8
9
9
defaultConfig {
10
10
applicationId " com.hmkcode"
11
11
minSdkVersion 19
12
- targetSdkVersion 27
12
+ targetSdkVersion 28
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
@@ -29,9 +29,9 @@ android {
29
29
dependencies {
30
30
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
31
31
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 '
33
33
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 '
35
35
testImplementation ' junit:junit:4.12'
36
36
androidTestImplementation ' com.android.support.test:runner:1.0.2'
37
37
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 27
4
+ compileSdkVersion 28
5
5
6
6
7
7
8
8
defaultConfig {
9
9
applicationId " com.hmkcode"
10
10
minSdkVersion 19
11
- targetSdkVersion 27
11
+ targetSdkVersion 28
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -32,10 +32,10 @@ android {
32
32
dependencies {
33
33
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
34
34
35
- implementation ' com.android.support:appcompat-v7:27.1.1 '
35
+ implementation ' com.android.support:appcompat-v7:28.0.0 '
36
36
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
37
37
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 '
39
39
androidTestImplementation ' com.android.support.test:runner:1.0.2'
40
40
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
41
41
}
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
7
android {
8
- compileSdkVersion 27
8
+ compileSdkVersion 28
9
9
defaultConfig {
10
10
applicationId " com.hmkcode"
11
11
minSdkVersion 19
12
- targetSdkVersion 27
12
+ targetSdkVersion 28
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -25,9 +25,9 @@ android {
25
25
dependencies {
26
26
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27
27
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 '
29
29
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 '
31
31
testImplementation ' junit:junit:4.12'
32
32
androidTestImplementation ' com.android.support.test:runner:1.0.2'
33
33
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
You can’t perform that action at this time.
0 commit comments