Skip to content

Commit

Permalink
Release v 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PDDStudio committed Jul 12, 2016
1 parent 430b861 commit 7e8afc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=1.1.0
VERSION_CODE=3
VERSION_NAME=1.2.0
VERSION_CODE=4
GROUP=com.pddstudio

POM_DESCRIPTION=HighlightJs View for Syntax-Highlighting on Android
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 24
versionCode 3
versionName "1.1.0"
versionCode 4
versionName "1.2.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 7e8afc8

Please sign in to comment.