Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump kotlinx-io from 0.4.0 to 0.5.1 #8

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fluxo-io-rad/detekt-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
<ID>ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.</ID>
<ID>ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?</ID>
<ID>ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?</ID>
<ID>NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }</ID>
<ID>UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest</ID>
</CurrentIssues>
</SmellBaseline>
31 changes: 31 additions & 0 deletions fluxo-io-rad/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0)" variant="all" version="8.6.0-alpha08">

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

</issues>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ okio = "3.9.0"

# https://github.com/Kotlin/kotlinx-io/releases
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-io-core
kotlinx-io = "0.4.0"
kotlinx-io = "0.5.1"

# Android Plugin for Gradle.
# Note: R8 version can be updated independently in settings.gradle.kts
Expand Down