Skip to content

Commit 7c882ff

Browse files
committed
change group and version number
1 parent 2a7e7fe commit 7c882ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ plugins {
77
}
88
apply plugin: 'java'
99

10+
group = 'io.reactivex.rxjava2'
11+
1012
task wrapper(type: Wrapper) {
1113
gradleVersion = '2.8'
1214
distributionUrl = 'https://services.gradle.org/distributions/gradle-2.8-all.zip'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.0.2
1+
version=2.1.0

0 commit comments

Comments
 (0)