Skip to content

Conversation

@twyatt
Copy link
Member

@twyatt twyatt commented Jun 4, 2023

Caution

This is a work-in-progress and is not yet tested.

Closes #111

@twyatt twyatt added android minor Changes that should bump the MINOR version number labels Jun 4, 2023
@twyatt twyatt mentioned this pull request Jun 5, 2023
@Frank1234
Copy link

Frank1234 commented Jun 29, 2023

@twyatt how can I test this in my project? I cannot get jitpack to work with this multiplatform branch.

@twyatt
Copy link
Member Author

twyatt commented Jun 29, 2023

how can I test this in my project? I cannot get jitpack to work with this multiplatform branch.

@Frank1234 You could use a local Maven install for testing:

Replace $version with an arbitrary version name, e.g.: 999.0.0.

$ ./gradlew -PRELEASE_SIGNING_ENABLED=false -PVERSION_NAME=$version publishToMavenLocal
repositories {
    mavenLocal()
    // ..
}

dependencies {
    implementation("com.juul.kable:core:$version")
}

@twyatt twyatt changed the title Add support for implicit bonding Add implicit bonding support Dec 18, 2023
@twyatt twyatt force-pushed the twyatt/bonding branch 4 times, most recently from 3c72a74 to 233e183 Compare October 2, 2024 19:57
@twyatt twyatt added this to the 0.38.0 milestone Feb 8, 2025
@twyatt twyatt modified the milestones: 0.38.0, 0.39.0 Mar 19, 2025
@twyatt twyatt modified the milestones: 0.39.0, 0.40.0 Jun 25, 2025
@twyatt twyatt modified the milestones: 0.40.0, 0.41.0 Jul 21, 2025
@twyatt twyatt modified the milestones: 0.41.0, 0.42.0 Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

android minor Changes that should bump the MINOR version number

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for bonding

3 participants