Skip to content

Commit 6287794

Browse files
committed
reactify-core
1 parent 61271f8 commit 6287794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Gradle is the only supported build configuration, so just add the dependency to
3131

3232
```kotlin
3333
dependencies {
34-
implementation("io.github.hoangtien2k3:reactify-core:1.1.7")
34+
implementation("io.github.hoangtien2k3:reactify-core:1.2.5")
3535
}
3636
```
3737

3838
```maven
3939
<dependency>
4040
<groupId>io.github.hoangtien2k3</groupId>
4141
<artifactId>reactify-core</artifactId>
42-
<version>1.1.7</version>
42+
<version>1.2.5</version>
4343
</dependency>
4444
```
4545

0 commit comments

Comments
 (0)