Skip to content

Commit 1e56b18

Browse files
author
Mukesh
committed
Updated build number
1 parent e2fa3a9 commit 1e56b18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
Step 2. Add the dependency
3030
```java
3131
dependencies {
32-
compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.2'
32+
compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.3'
3333
}
3434
```
3535

markdownview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 14
1212
targetSdkVersion 24
13-
versionCode 2
14-
versionName "1.0.2"
13+
versionCode 3
14+
versionName "1.0.3"
1515
}
1616
buildTypes {
1717
release {

0 commit comments

Comments
 (0)