Skip to content

Commit

Permalink
preparing highlightjs-android 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PDDStudio committed Sep 3, 2016
1 parent 8a47b82 commit ea790b5
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.2.0
VERSION_CODE=4
VERSION_NAME=1.3.0
VERSION_CODE=5
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 9
targetSdkVersion 24
versionCode 4
versionName "1.2.0"
versionCode 5
versionName "1.3.0"

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

0 comments on commit ea790b5

Please sign in to comment.