1 parent 0a5f3c4 commit a59a17fCopy full SHA for a59a17f
1 file changed
README.md
@@ -43,7 +43,7 @@ following sample:
43
<dependency>
44
<groupId>com.vladsch.flexmark</groupId>
45
<artifactId>flexmark-all</artifactId>
46
- <version>0.34.12</version>
+ <version>0.34.16</version>
47
</dependency>
48
```
49
@@ -86,7 +86,7 @@ public class BasicSample {
86
#### Building via Gradle
87
88
```shell
89
-compile 'com.vladsch.flexmark:flexmark-all:0.34.12'
+compile 'com.vladsch.flexmark:flexmark-all:0.34.16'
90
91
92
#### Building with Android Studio
0 commit comments