Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slaviboy authored Mar 17, 2022
1 parent ed0c4fb commit 994e4e9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# JetpackComposePercentageUnits

Step 1.
Add it in your root build.gradle at the end of repositories:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

Step 2. Add the dependency

dependencies {
implementation 'com.github.slaviboy:JetpackComposePercentageUnits:Tag'
}

0 comments on commit 994e4e9

Please sign in to comment.