File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildscript {
44 ext. versions = [
5- ' support' : ' 27.1.0 ' ,
5+ ' support' : ' 27.1.1 ' ,
66 ' robolectric' : ' 3.7.1' ,
77 ' junit' : ' 4.12' ,
8- ' rxjava' : ' 2.2.2 ' ,
8+ ' rxjava' : ' 2.2.13 ' ,
99 ' rxschedulerrule' : ' 1.0.2'
1010 ]
1111
12- ext. kotlin_version = ' 1.2.30 '
12+ ext. kotlin_version = ' 1.3.50 '
1313 ext. bintray_plugin = ' 1.4'
1414 ext. github_maven_plugin = ' 1.4.1'
1515
@@ -19,7 +19,7 @@ buildscript {
1919 }
2020
2121 dependencies {
22- classpath ' com.android.tools.build:gradle:3.0 .1'
22+ classpath ' com.android.tools.build:gradle:3.5 .1'
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2424 }
2525}
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 1616 siteUrl = ' https://github.com/SumeraMartin/RxDebug'
1717 gitUrl = ' https://github.com/SumeraMartin/RxDebug.git'
1818
19- libraryVersion = ' 1.1.2 '
20- libraryVersionCode = 6
19+ libraryVersion = ' 1.1.3 '
20+ libraryVersionCode = 7
2121
2222 developerId = ' sumeramartin'
2323 developerName = ' Martin Sumera'
@@ -29,11 +29,11 @@ ext {
2929}
3030
3131android {
32- compileSdkVersion 27
32+ compileSdkVersion 28
3333
3434 defaultConfig {
3535 minSdkVersion 16
36- targetSdkVersion 27
36+ targetSdkVersion 28
3737 versionCode libraryVersionCode
3838 versionName libraryVersion
3939
@@ -51,7 +51,7 @@ android {
5151dependencies {
5252 implementation " io.reactivex.rxjava2:rxjava:${ versions.rxjava} "
5353
54- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :${ kotlin_version} "
54+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :${ kotlin_version} "
5555
5656 testImplementation " com.github.Plastix.RxSchedulerRule:rx2:${ versions.rxschedulerrule} "
5757 testImplementation " org.robolectric:robolectric:${ versions.robolectric} "
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ dependencies {
2727
2828 implementation " io.reactivex.rxjava2:rxjava:${ versions.rxjava} "
2929
30- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :${ kotlin_version} "
30+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :${ kotlin_version} "
3131 implementation " com.android.support:appcompat-v7:${ versions.support} "
3232}
You can’t perform that action at this time.
0 commit comments