Skip to content

Commit ce579a1

Browse files
committed
- update *.api
1 parent 4baed9a commit ce579a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public final class com/mikepenz/markdown/compose/extendedspans/internal/TextLink
344344
}
345345

346346
public abstract interface class com/mikepenz/markdown/model/BulletHandler {
347-
public abstract fun transform (Lorg/intellij/markdown/IElementType;Ljava/lang/CharSequence;II)Ljava/lang/String;
347+
public abstract fun transform (Lorg/intellij/markdown/IElementType;Ljava/lang/CharSequence;III)Ljava/lang/String;
348348
}
349349

350350
public final class com/mikepenz/markdown/model/DefaultMarkdownAnimation : com/mikepenz/markdown/model/MarkdownAnimations {

multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public final class com/mikepenz/markdown/compose/extendedspans/internal/TextLink
344344
}
345345

346346
public abstract interface class com/mikepenz/markdown/model/BulletHandler {
347-
public abstract fun transform (Lorg/intellij/markdown/IElementType;Ljava/lang/CharSequence;II)Ljava/lang/String;
347+
public abstract fun transform (Lorg/intellij/markdown/IElementType;Ljava/lang/CharSequence;III)Ljava/lang/String;
348348
}
349349

350350
public final class com/mikepenz/markdown/model/DefaultMarkdownAnimation : com/mikepenz/markdown/model/MarkdownAnimations {

multiplatform-markdown-renderer/api/multiplatform-markdown-renderer.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract fun interface com.mikepenz.markdown.compose.extendedspans/SpanDrawInstr
1111
}
1212

1313
abstract fun interface com.mikepenz.markdown.model/BulletHandler { // com.mikepenz.markdown.model/BulletHandler|null[0]
14-
abstract fun transform(org.intellij.markdown/IElementType, kotlin/CharSequence?, kotlin/Int, kotlin/Int): kotlin/String // com.mikepenz.markdown.model/BulletHandler.transform|transform(org.intellij.markdown.IElementType;kotlin.CharSequence?;kotlin.Int;kotlin.Int){}[0]
14+
abstract fun transform(org.intellij.markdown/IElementType, kotlin/CharSequence?, kotlin/Int, kotlin/Int, kotlin/Int): kotlin/String // com.mikepenz.markdown.model/BulletHandler.transform|transform(org.intellij.markdown.IElementType;kotlin.CharSequence?;kotlin.Int;kotlin.Int;kotlin.Int){}[0]
1515
}
1616

1717
abstract interface com.mikepenz.markdown.annotator/AnnotatorSettings { // com.mikepenz.markdown.annotator/AnnotatorSettings|null[0]

0 commit comments

Comments
 (0)