We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d8b0c commit c0cd7adCopy full SHA for c0cd7ad
README.md
@@ -41,7 +41,7 @@ Lassi is simplest way to pick media (either image or video)
41
```groovy
42
dependencies {
43
...
44
- implementation 'com.github.Mindinventory:Lassi:0.0.1'
+ implementation 'com.github.Mindinventory:Lassi:0.0.2'
45
}
46
```
47
lassi/build.gradle
@@ -13,7 +13,7 @@ android {
13
minSdkVersion 17
14
targetSdkVersion 28
15
versionCode 1
16
- versionName "0.0.1"
+ versionName "0.0.2"
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
vectorDrawables.useSupportLibrary = true
19
0 commit comments