diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b20b22b2bb..c0ad1f8319 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,14 +24,14 @@ kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common", versi kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.12" } material = { module = "com.google.android.material:material", version = "1.9.0" } -plugin-android-cache-fix = { module = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin", version = "2.8.0" } +plugin-android-cache-fix = { module = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin", version = "3.0" } plugin-androidgradleplugin = { module = "com.android.tools.build:gradle", version.ref = "androidgradleplugin" } -plugin-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.0" } +plugin-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.10" } plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } plugin-licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version = "1.8.0" } plugin-metalava = { module = "me.tylerbwong.gradle.metalava:plugin", version = "0.3.3" } plugin-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.25.3" } -robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" } +robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" } screengrab = { module = "tools.fastlane:screengrab", version = "2.1.1" } timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" } ui = { module = "com.vanniktech:ui", version = "0.8.0" } diff --git a/lint.xml b/lint.xml index 4664b333bd..ad6fd23a8e 100644 --- a/lint.xml +++ b/lint.xml @@ -2,6 +2,11 @@ + + + + +