Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Bump version to 3.0 (#233)
Browse files Browse the repository at this point in the history
* Bump version to 3.0

* Integer.parseInt
  • Loading branch information
yayaa authored Mar 1, 2018
1 parent 1520c5b commit ccfdca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-client-android-oauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
defaultConfig {
minSdkVersion versions.androidMinSdk

versionCode = VERSION_CODE
versionCode = Integer.parseInt(VERSION_CODE)
versionName = VERSION
}

Expand Down
2 changes: 1 addition & 1 deletion api-client-android-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdkVersion versions.androidMinSdk
targetSdkVersion versions.androidTargetSdk

versionCode = VERSION_CODE
versionCode = Integer.parseInt(VERSION_CODE)
versionName = VERSION

/**
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP_ID=com.xing.api
VERSION=2.1.6
VERSION_CODE=9
VERSION=3.0.0
VERSION_CODE=10

POM_DESCRIPTION=XING API Client for Java/Android

Expand Down

0 comments on commit ccfdca6

Please sign in to comment.