@@ -4,17 +4,19 @@ apply plugin: 'kotlin-android'
4
4
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
- ext. arch_version = " 1.0.0-beta2"
7
+ ext. support_version = " 27.1.0"
8
+ ext. arch_version = " 1.1.1"
9
+ ext. room_version = " 1.0.0"
8
10
ext. retrofit_version = " 2.3.0"
9
11
10
12
android {
11
- compileSdkVersion 26
12
- buildToolsVersion ' 26 .0.2 '
13
+ compileSdkVersion 27
14
+ buildToolsVersion " 27 .0.3 "
13
15
defaultConfig {
14
16
// TODO: Update applicationId
15
17
applicationId " com.snappymob.kotlincomponents"
16
18
minSdkVersion 16
17
- targetSdkVersion 26
19
+ targetSdkVersion 27
18
20
versionCode 1
19
21
versionName " 1.0"
20
22
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -30,8 +32,8 @@ android {
30
32
31
33
dependencies {
32
34
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33
- implementation ' com.android.support:appcompat-v7:26.1.0 '
34
- implementation ' com.android.support:recyclerview-v7:26.1.0 '
35
+ implementation " com.android.support:appcompat-v7:$s upport_version "
36
+ implementation " com.android.support:recyclerview-v7:$s upport_version "
35
37
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
36
38
testImplementation ' junit:junit:4.12'
37
39
androidTestImplementation(' com.android.support.test.espresso:espresso-core:3.0.1' , {
@@ -44,8 +46,8 @@ dependencies {
44
46
implementation " com.squareup.retrofit2:converter-gson:$retrofit_version "
45
47
46
48
// Room
47
- implementation " android.arch.persistence.room:runtime:$a rch_version "
48
- kapt " android.arch.persistence.room:compiler:$a rch_version "
49
+ implementation " android.arch.persistence.room:runtime:$r oom_version "
50
+ kapt " android.arch.persistence.room:compiler:$r oom_version "
49
51
50
52
// Lifecycle
51
53
implementation " android.arch.lifecycle:runtime:$arch_version "
0 commit comments