We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2153783 commit 06e4300Copy full SHA for 06e4300
README.md
@@ -184,7 +184,7 @@ Add the following dependencies to your app's `build.gradle`:
184
185
```groovy
186
dependencies {
187
- def mini_version = "1.3.2"
+ def mini_version = "1.3.3"
188
// Minimum working dependencies
189
implementation "com.github.bq.mini-kotlin:mini-android:$mini_version"
190
kapt "com.github.bq.mini-kotlin:mini-processor:$mini_version"
0 commit comments