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 f0af25a commit e539db3Copy full SHA for e539db3
README.md
@@ -14,7 +14,7 @@ allprojects {
14
In your module's build.gradle:
15
```
16
dependencies {
17
- implementation 'com.github.arkivanov:mvidroid:1.0.1'
+ implementation 'com.github.arkivanov:mvidroid:1.0.8'
18
}
19
20
### Maven:
@@ -33,7 +33,7 @@ Dependency:
33
<dependency>
34
<groupId>com.github.arkivanov</groupId>
35
<artifactId>mvidroid</artifactId>
36
- <version>1.0.1</version>
+ <version>1.0.8</version>
37
</dependency>
38
39
0 commit comments