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 e2fa3a9 commit 1e56b18Copy full SHA for 1e56b18
README.md
@@ -29,7 +29,7 @@ allprojects {
29
Step 2. Add the dependency
30
```java
31
dependencies {
32
- compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.2'
+ compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.3'
33
}
34
```
35
markdownview/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion 14
12
targetSdkVersion 24
13
- versionCode 2
14
- versionName "1.0.2"
+ versionCode 3
+ versionName "1.0.3"
15
16
buildTypes {
17
release {
0 commit comments