Skip to content

Commit

Permalink
Fixed jitpack groups (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-adamczewski authored Dec 1, 2021
1 parent b2bf34c commit 592a0e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion universal-adapter-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'kotlin-android'

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

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion universal-adapter-rx2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'com.github.dcendents.android-maven'
}

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

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion universal-adapter-rx3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'kotlin-android'
}

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

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion universal-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'kotlin-android'

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

android {
compileSdkVersion 29
Expand Down

0 comments on commit 592a0e9

Please sign in to comment.