Skip to content

Commit 479dde1

Browse files
committed
Separating versions for ui and client modules
1 parent c80b40d commit 479dde1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ buildscript {
1313

1414
subprojects {
1515
group = 'com.jaspersoft.android.sdk'
16-
version = '1.9'
1716

1817
ext.androidMinSdkVersion = 9
1918
ext.androidTargetSdkVersion = 19

client/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
description = 'js-android-sdk-client'
5+
version = '1.9.1'
56

67
ext {
78
PUBLISH_GROUP_ID = group

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
description = 'js-android-sdk-ui'
5-
5+
version = '1.9'
66
ext {
77
PUBLISH_GROUP_ID = group
88
PUBLISH_ARTIFACT_ID = description

0 commit comments

Comments
 (0)