Skip to content

Commit

Permalink
upgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
josemp10 committed Feb 16, 2018
1 parent 410be09 commit f7ae91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ ext {
buildToolsVersion: "25.0.2",
minSdkVersion : 15,
targetSdkVersion : 25,
versionCode : 42_3,
versionName : "0.4.2.3-SNAPSHOT"
versionCode : 43_1,
versionName : "0.4.3.1-SNAPSHOT"
]

libraries = [
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ org.gradle.jvmargs=-Xmx1536m
# Properties which are consumed by plugins/gradle-mvn-push.gradle plugin.
# They are used for publishing artifact to snapshot repository.

VERSION_NAME=0.4.2.3-SNAPSHOT
VERSION_CODE=42_3
VERSION_NAME=0.4.3.1-SNAPSHOT
VERSION_CODE=43_1
GROUP=org.hisp.dhis

POM_DESCRIPTION=Android SDK for DHIS 2.
Expand Down

0 comments on commit f7ae91d

Please sign in to comment.