File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ plugins {
88apply from : rootProject. file(" gradle/jacoco.gradle" )
99
1010java {
11- sourceCompatibility = JavaVersion . VERSION_1_7
12- targetCompatibility = JavaVersion . VERSION_1_7
11+ sourceCompatibility = JavaVersion . VERSION_1_8
12+ targetCompatibility = JavaVersion . VERSION_1_8
1313}
1414
1515jacoco {
16- toolVersion = " 0.8.7 "
16+ toolVersion = " 0.8.8 "
1717}
1818
1919dependencies {
2020 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
2121 testImplementation(" junit:junit:4.13.2" )
22- testImplementation(" com.nhaarman:mockito-kotlin:1.5 .0" )
23- testImplementation(" com.google.truth:truth:1.0.1 " )
22+ testImplementation(" com.nhaarman:mockito-kotlin:1.6 .0" )
23+ testImplementation(" com.google.truth:truth:1.1.3 " )
2424}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 1.6.10 "
3+ ext. kotlin_version = " 1.6.20 "
44 repositories {
55 google()
66 mavenCentral()
@@ -9,11 +9,11 @@ buildscript {
99 }
1010 }
1111 dependencies {
12- classpath " com.android.tools.build:gradle:7.1.2 "
12+ classpath " com.android.tools.build:gradle:7.1.3 "
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14- classpath(" org.jlleitschuh.gradle:ktlint-gradle:10.2.0 " )
15- classpath(" org.jacoco:org.jacoco.core:0.8.7 " )
16- classpath " com.vanniktech:gradle-maven-publish-plugin:0.18 .0"
14+ classpath(" org.jlleitschuh.gradle:ktlint-gradle:10.2.1 " )
15+ classpath(" org.jacoco:org.jacoco.core:0.8.8 " )
16+ classpath " com.vanniktech:gradle-maven-publish-plugin:0.19 .0"
1717 }
1818}
1919
You can’t perform that action at this time.
0 commit comments