Skip to content

Commit 107f26e

Browse files
committed
Add Gradle installation instructions to README
1 parent 6aaf94f commit 107f26e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ FastTween.to(0f, 1f, 500)
4545
</dependency>
4646
```
4747

48+
### Gradle (via JitPack)
49+
50+
```groovy
51+
repositories {
52+
maven { url 'https://jitpack.io' }
53+
}
54+
55+
dependencies {
56+
implementation 'com.github.andrestubbe:fasttween:v1.0.0'
57+
}
58+
```
59+
4860
---
4961

5062
## Features

0 commit comments

Comments
 (0)