Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: algolia/instantsearch-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6efc01e4bdc8b5b9b01b7be309599455cb5e9b0c
Choose a base ref
..
head repository: algolia/instantsearch-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ebf492c36ab762e67f803696550a091bbd97d80
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 gradle/libs.versions.toml
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -55,5 +55,5 @@ logback-classic = { group = "ch.qos.logback", name = "logback-classic", version
kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
android = { id = "com.android.library", version = "8.9.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "7.0.2" }