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 662320a commit ca4c16dCopy full SHA for ca4c16d
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.2.0"
+ def mini_version = "1.3.0"
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