Skip to content

Commit

Permalink
Merge branch 'master' into renovate/androidx.recyclerview-recyclervie…
Browse files Browse the repository at this point in the history
…w-1.x
  • Loading branch information
vanniktech authored Nov 19, 2023
2 parents 4245d9d + 199f5fb commit abcc561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
5 changes: 5 additions & 0 deletions lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<lint>
<issue id="SyntheticAccessor" severity="error"/>
<issue id="InvalidPackage" severity="ignore"/>
<!-- Our pace. -->
<issue id="GradleDependency" severity="ignore" in="cli,gradle"/>
<issue id="NewerVersionAvailable" severity="ignore" in="cli,gradle"/>
<issue id="AndroidGradlePluginVersion" severity="ignore" in="cli,gradle"/>

<!-- False positive for the JVM module since we use the new tool mechanism. -->
<issue id="JavaPluginLanguageLevel" severity="ignore"/>
<issue id="ConvertToWebp">
Expand Down

0 comments on commit abcc561

Please sign in to comment.