Skip to content

Commit

Permalink
Updated build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukesh committed Nov 16, 2016
1 parent e2fa3a9 commit 1e56b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
Step 2. Add the dependency
```java
dependencies {
compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.2'
compile 'com.github.mukeshsolanki:MarkdownView-Android:1.0.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions markdownview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 2
versionName "1.0.2"
versionCode 3
versionName "1.0.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 1e56b18

Please sign in to comment.