Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SeokgyuYun committed Mar 25, 2024
2 parents 4e03086 + 98414fd commit 22c68bf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# dds-android
![version](https://img.shields.io/badge/version-1.0.4-blue)

## How to use?
in your project
```gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven("https://jitpack.io")
}
}
```

module
```gradle
dependencies {
implementation("com.github.Team-B1ND:dds-android:{version}")
}

0 comments on commit 22c68bf

Please sign in to comment.