Skip to content

Commit 1ceefd9

Browse files
Merge pull request #161 from usefulness/renovate/maven.truth
Update dependency com.google.truth:truth to v1.2.0
2 parents 5e2c584 + edbc884 commit 1ceefd9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
12
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
23

34
plugins {
@@ -12,9 +13,9 @@ commonConfig {
1213

1314
allprojects {
1415
tasks.withType(KotlinCompile).configureEach {
15-
kotlinOptions {
16-
apiVersion = "1.5"
17-
languageVersion = "1.5"
16+
compilerOptions {
17+
apiVersion = KotlinVersion.KOTLIN_1_5
18+
languageVersion = KotlinVersion.KOTLIN_1_5
1819
}
1920
}
2021
pluginManager.withPlugin("kotlin") {

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ kotlin.code.style=official
66
kotlin.incremental=true
77
kotlin.caching.enabled=true
88
android.nonTransitiveRClass=true
9-
# https://issuetracker.google.com/issues/266279660
10-
android.experimental.androidTest.useUnifiedTestPlatform=false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ google-androidtest = "1.5.2"
66
google-androidtestext = "1.1.5"
77
maven-threetenbp = "1.6.8"
88
maven-junit = "4.13.2"
9-
maven-truth = "1.1.5"
9+
maven-truth = "1.2.0"
1010
maven-ticktock = "1.2.0-2021e"
1111
maven-binarycompatiblity = "0.13.2"
1212

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)