Skip to content

Commit

Permalink
incremented build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukesh Solanki authored Nov 3, 2016
1 parent e7ee816 commit 7738f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 1
versionName "1.0.1"
versionCode 2
versionName "1.0.2"
}
buildTypes {
release {
Expand All @@ -23,4 +23,4 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
}

0 comments on commit 7738f20

Please sign in to comment.