Skip to content

Commit b5b2ff1

Browse files
author
Lisa Wray
committed
Bump version number to 2.0.2
1 parent 4e4a3a8 commit b5b2ff1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

library-databinding/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ dependencies {
3838
provided('com.android.databinding:baseLibrary:2.3.3') {
3939
transitive = false
4040
}
41-
compileOnly('com.xwray:groupie:2.0.0')
41+
compileOnly('com.xwray:groupie:2.0.2')
4242
}
4343

4444
publish {
4545
userOrg = 'lisawray'
4646
groupId = 'com.xwray'
4747
artifactId = 'groupie-databinding'
48-
publishVersion = '2.0.0'
48+
publishVersion = '2.0.2'
4949
desc = 'Library for groups and multiple view types in a RecyclerView'
5050
website = 'https://github.com/lisawray/groupie'
5151
}

library-kotlin-android-extensions/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
}
4343

4444
dependencies {
45-
compileOnly 'com.xwray:groupie:2.0.0'
45+
compileOnly 'com.xwray:groupie:2.0.2'
4646
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
4747
}
4848

@@ -58,7 +58,7 @@ publish {
5858
userOrg = 'lisawray'
5959
groupId = 'com.xwray'
6060
artifactId = 'groupie-kotlin-android-extensions'
61-
publishVersion = '2.0.0'
61+
publishVersion = '2.0.2'
6262
desc = 'Library for groups and multiple view types in a RecyclerView'
6363
website = 'https://github.com/lisawray/groupie'
6464
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publish {
4141
userOrg = 'lisawray'
4242
groupId = 'com.xwray'
4343
artifactId = 'groupie'
44-
publishVersion = '2.0.0'
44+
publishVersion = '2.0.2'
4545
desc = 'Library for groups and multiple view types in a RecyclerView'
4646
website = 'https://github.com/lisawray/groupie'
4747
}

0 commit comments

Comments
 (0)