File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext. versions = [
5
- ' support' : ' 27.1.0 ' ,
5
+ ' support' : ' 27.1.1 ' ,
6
6
' robolectric' : ' 3.7.1' ,
7
7
' junit' : ' 4.12' ,
8
- ' rxjava' : ' 2.2.2 ' ,
8
+ ' rxjava' : ' 2.2.13 ' ,
9
9
' rxschedulerrule' : ' 1.0.2'
10
10
]
11
11
12
- ext. kotlin_version = ' 1.2.30 '
12
+ ext. kotlin_version = ' 1.3.50 '
13
13
ext. bintray_plugin = ' 1.4'
14
14
ext. github_maven_plugin = ' 1.4.1'
15
15
@@ -19,7 +19,7 @@ buildscript {
19
19
}
20
20
21
21
dependencies {
22
- classpath ' com.android.tools.build:gradle:3.0 .1'
22
+ classpath ' com.android.tools.build:gradle:3.5 .1'
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 1
- # Sun Mar 04 16:59:42 CET 2018
1
+ # Thu Oct 31 13:53:02 CET 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5. 4.1-all.zip
Original file line number Diff line number Diff line change 16
16
siteUrl = ' https://github.com/SumeraMartin/RxDebug'
17
17
gitUrl = ' https://github.com/SumeraMartin/RxDebug.git'
18
18
19
- libraryVersion = ' 1.1.2 '
20
- libraryVersionCode = 6
19
+ libraryVersion = ' 1.1.3 '
20
+ libraryVersionCode = 7
21
21
22
22
developerId = ' sumeramartin'
23
23
developerName = ' Martin Sumera'
@@ -29,11 +29,11 @@ ext {
29
29
}
30
30
31
31
android {
32
- compileSdkVersion 27
32
+ compileSdkVersion 28
33
33
34
34
defaultConfig {
35
35
minSdkVersion 16
36
- targetSdkVersion 27
36
+ targetSdkVersion 28
37
37
versionCode libraryVersionCode
38
38
versionName libraryVersion
39
39
@@ -51,7 +51,7 @@ android {
51
51
dependencies {
52
52
implementation " io.reactivex.rxjava2:rxjava:${ versions.rxjava} "
53
53
54
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :${ kotlin_version} "
54
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :${ kotlin_version} "
55
55
56
56
testImplementation " com.github.Plastix.RxSchedulerRule:rx2:${ versions.rxschedulerrule} "
57
57
testImplementation " org.robolectric:robolectric:${ versions.robolectric} "
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ dependencies {
27
27
28
28
implementation " io.reactivex.rxjava2:rxjava:${ versions.rxjava} "
29
29
30
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :${ kotlin_version} "
30
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :${ kotlin_version} "
31
31
implementation " com.android.support:appcompat-v7:${ versions.support} "
32
32
}
You can’t perform that action at this time.
0 commit comments