Skip to content

Commit cc0bc4e

Browse files
committed
README.md updated to version 1.0.1
1 parent b95437f commit cc0bc4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ then, add LXIV in Gradle (Module):
2525
```gradle
2626
dependencies {
2727
// Using Gradle Groovy DSL
28-
implementation 'com.github.suganda8:lxiv:1.0.0'
28+
implementation 'com.github.suganda8:lxiv:1.0.1'
2929
3030
// Using Gradle Kotlin DSL
31-
// implementation("com.github.suganda8:lxiv:1.0.0")
31+
// implementation("com.github.suganda8:lxiv:1.0.1")
3232
}
3333
```
3434

@@ -38,7 +38,7 @@ Using Maven:
3838
<dependency>
3939
<groupId>com.github.suganda8</groupId>
4040
<artifactId>lxiv</artifactId>
41-
<version>1.0.0</version>
41+
<version>1.0.1</version>
4242
<type>aar</type>
4343
</dependency>
4444
```
@@ -82,7 +82,7 @@ binding.imgvImageLoadedFrDecoder.setImageBitmap(bitmap)
8282

8383
Status
8484
------
85-
Version 1.0.0 is now released.
85+
Version 1.0.1 is now released.
8686

8787
Developer
8888
------

0 commit comments

Comments
 (0)