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

Add implicit bonding support #494

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add implicit bonding support #494

wants to merge 4 commits into from

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Jun 4, 2023

WIP: 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
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
2 participants