you better read that

This commit is contained in:
2022-05-12 18:56:59 +02:00
parent ae307863b4
commit 48b44c7173
+3 -3
View File
@@ -25,7 +25,7 @@ Current version: [![](https://jitpack.io/v/YouHaveTrouble/Entiddy.svg)](https://
### Gradle ### Gradle
```json ```
allprojects { allprojects {
repositories { repositories {
... ...
@@ -34,8 +34,8 @@ allprojects {
} }
``` ```
```json ```
dependencies { dependencies {
implementation 'com.github.YouHaveTrouble:Entiddy:v1.0' implementation 'com.github.YouHaveTrouble:Entiddy:VERSION'
} }
``` ```