Skip to content

Commit c0cd7ad

Browse files
committed
Updated library version
1 parent f4d8b0c commit c0cd7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Lassi is simplest way to pick media (either image or video)
4141
```groovy
4242
dependencies {
4343
...
44-
implementation 'com.github.Mindinventory:Lassi:0.0.1'
44+
implementation 'com.github.Mindinventory:Lassi:0.0.2'
4545
}
4646
```
4747

lassi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 17
1414
targetSdkVersion 28
1515
versionCode 1
16-
versionName "0.0.1"
16+
versionName "0.0.2"
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables.useSupportLibrary = true
1919
}

0 commit comments

Comments
 (0)