Skip to content

Commit

Permalink
Merge pull request #161 from usefulness/renovate/maven.truth
Browse files Browse the repository at this point in the history
Update dependency com.google.truth:truth to v1.2.0
  • Loading branch information
mateuszkwiecinski authored Dec 25, 2023
2 parents 5e2c584 + edbc884 commit 1ceefd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand All @@ -12,9 +13,9 @@ commonConfig {

allprojects {
tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
apiVersion = "1.5"
languageVersion = "1.5"
compilerOptions {
apiVersion = KotlinVersion.KOTLIN_1_5
languageVersion = KotlinVersion.KOTLIN_1_5
}
}
pluginManager.withPlugin("kotlin") {
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ kotlin.code.style=official
kotlin.incremental=true
kotlin.caching.enabled=true
android.nonTransitiveRClass=true
# https://issuetracker.google.com/issues/266279660
android.experimental.androidTest.useUnifiedTestPlatform=false
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ google-androidtest = "1.5.2"
google-androidtestext = "1.1.5"
maven-threetenbp = "1.6.8"
maven-junit = "4.13.2"
maven-truth = "1.1.5"
maven-truth = "1.2.0"
maven-ticktock = "1.2.0-2021e"
maven-binarycompatiblity = "0.13.2"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit 1ceefd9

Please sign in to comment.