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

Commit ccfdca6

Browse files
authored
Bump version to 3.0 (#233)
* Bump version to 3.0 * Integer.parseInt
1 parent 1520c5b commit ccfdca6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-client-android-oauth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
defaultConfig {
2323
minSdkVersion versions.androidMinSdk
2424

25-
versionCode = VERSION_CODE
25+
versionCode = Integer.parseInt(VERSION_CODE)
2626
versionName = VERSION
2727
}
2828

api-client-android-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
minSdkVersion versions.androidMinSdk
3232
targetSdkVersion versions.androidTargetSdk
3333

34-
versionCode = VERSION_CODE
34+
versionCode = Integer.parseInt(VERSION_CODE)
3535
versionName = VERSION
3636

3737
/**

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP_ID=com.xing.api
2-
VERSION=2.1.6
3-
VERSION_CODE=9
2+
VERSION=3.0.0
3+
VERSION_CODE=10
44

55
POM_DESCRIPTION=XING API Client for Java/Android
66

0 commit comments

Comments
 (0)