File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
android {
5
- compileSdkVersion 26
6
-
7
-
5
+ compileSdkVersion 27
8
6
9
7
defaultConfig {
10
8
applicationId " com.freeankit.rxbinding"
11
- minSdkVersion 21
12
- targetSdkVersion 26
9
+ minSdkVersion 19
10
+ targetSdkVersion 27
13
11
versionCode 1
14
12
versionName " 1.0"
15
13
@@ -29,9 +27,13 @@ android {
29
27
dependencies {
30
28
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
31
29
implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
32
- implementation ' com.android.support:appcompat-v7:26.1.0'
33
30
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
34
31
testImplementation ' junit:junit:4.12'
35
32
androidTestImplementation ' com.android.support.test:runner:1.0.1'
36
33
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
34
+
35
+ implementation ' com.jakewharton.rxbinding2:rxbinding:2.1.1'
36
+ implementation ' com.jakewharton.rxbinding2:rxbinding-support-v4:2.1.1'
37
+ implementation ' com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.1.1'
38
+ implementation ' com.jakewharton.rxbinding2:rxbinding-design:2.1.1'
37
39
}
You can’t perform that action at this time.
0 commit comments