Skip to content

thunderbiscuit/bdk-sugar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

This repository serves as an example of what could be done in a "sugar library" to add functionality to the bdk-android and bdk-jvm libraries.

To test the library, first build locally and deploy to your local Maven repository:

./gradlew publishToMavenLocal

Then add mavenLocal() to the list of repositories your app should fetch from and add it as a dependency:

// build.gradle.kts
repositories {
    mavenLocal()
}

dependencies {
    implementation("com.bdkutilities:sugar:0.25.0")
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages