File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ then, add LXIV in Gradle (Module):
25
25
``` gradle
26
26
dependencies {
27
27
// Using Gradle Groovy DSL
28
- implementation 'com.github.suganda8:lxiv:1.0.0 '
28
+ implementation 'com.github.suganda8:lxiv:1.0.1 '
29
29
30
30
// Using Gradle Kotlin DSL
31
- // implementation("com.github.suganda8:lxiv:1.0.0 ")
31
+ // implementation("com.github.suganda8:lxiv:1.0.1 ")
32
32
}
33
33
```
34
34
@@ -38,7 +38,7 @@ Using Maven:
38
38
<dependency >
39
39
<groupId >com.github.suganda8</groupId >
40
40
<artifactId >lxiv</artifactId >
41
- <version >1.0.0 </version >
41
+ <version >1.0.1 </version >
42
42
<type >aar</type >
43
43
</dependency >
44
44
```
@@ -82,7 +82,7 @@ binding.imgvImageLoadedFrDecoder.setImageBitmap(bitmap)
82
82
83
83
Status
84
84
------
85
- Version 1.0.0 is now released.
85
+ Version 1.0.1 is now released.
86
86
87
87
Developer
88
88
------
You can’t perform that action at this time.
0 commit comments