Skip to content

Commit

Permalink
Added jitpack group for rx modules (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-adamczewski authored Dec 1, 2021
1 parent 068f5e6 commit b2bf34c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions universal-adapter-rx2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {
id 'com.github.dcendents.android-maven'
}

group = 'com.github.jacek-marchwicki.recyclerview-changes-detector'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
Expand Down
2 changes: 2 additions & 0 deletions universal-adapter-rx3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id 'kotlin-android'
}

group = 'com.github.jacek-marchwicki.recyclerview-changes-detector'

android {
compileSdkVersion 29
buildToolsVersion "30.0.3"
Expand Down

0 comments on commit b2bf34c

Please sign in to comment.