Skip to content

Commit

Permalink
Update binary-compatibility-validator to v0.13.0 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Jun 24, 2023
1 parent fd439be commit 981881b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions collections/api/collections.api
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public final class com/juul/tuulbox/collections/SynchronizedMap : java/util/Map,
public fun get (Ljava/lang/Object;)Ljava/lang/Object;
public fun getEntries ()Ljava/util/Set;
public fun getKeys ()Ljava/util/Set;
public final fun getLock ()Ljava/util/concurrent/locks/ReentrantLock;
public fun getSize ()I
public fun getValues ()Ljava/util/Collection;
public fun isEmpty ()Z
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ktor-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }
android-library = { id = "com.android.library", version = "8.0.2" }
android-publish = { id = "com.vanniktech.maven.publish", version = "0.25.2" }
atomicfu = { id = "kotlinx-atomicfu", version = "0.21.0" }
binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.8.0" }
binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.13.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.8.20" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.14.0" }
1 change: 1 addition & 0 deletions temporal/api/android/temporal.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
public final class com/juul/tuulbox/temporal/BroadcastTemporalFlowKt {
public static final fun getTemporalEventFilter ()Landroid/content/IntentFilter;
public static final fun temporalFlow (Lkotlin/jvm/functions/Function0;)Lkotlinx/coroutines/flow/Flow;
}

Expand Down

0 comments on commit 981881b

Please sign in to comment.