File tree Expand file tree Collapse file tree
library-kotlin-android-extensions Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4444publish {
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}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242}
4343
4444dependencies {
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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments