diff --git a/core/build.gradle b/core/build.gradle index fdbccf1..e152108 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'com.github.dcendents.android-maven' -group='com.github.raulccabreu.redukt' +group='com.github.oxeanbits.redukt' tasks.withType(Test) { testLogging { diff --git a/ui/build.gradle b/ui/build.gradle index 95979eb..103ea7e 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'com.github.dcendents.android-maven' -group='com.github.raulccabreu.redukt' +group='com.github.oxeanbits.redukt' tasks.withType(Test) { testLogging {