Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangl authored May 19, 2021
1 parent 42aee92 commit b2e3fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mini
[![Release](https://jitpack.io/v/masmovil/masmini-kotlin.svg)](https://jitpack.io/#masmovil/masmini-kotlin)

## ⚠️ DOCS HAVE TO BE UPDATED FOR VERSION 2.0.0
## ⚠️ DOCS HAVE TO BE UPDATED FOR VERSION 2.x.y

Mini is a minimal Flux architecture written in Kotlin that also adds a mix of useful features to build UIs fast.

Expand Down Expand Up @@ -186,7 +186,7 @@ Add the following dependencies to your app's `build.gradle`:

```groovy
dependencies {
def mini_version = "2.0.0"
def mini_version = "2.0.1"
// Minimum working dependencies
implementation "com.github.masmovil.masmini-kotlin:masmini-android:$mini_version"
kapt "com.github.masmovil.masmini-kotlin:masmini-processor:$mini_version"
Expand Down

0 comments on commit b2e3fad

Please sign in to comment.