Skip to content

Commit

Permalink
Merge pull request #1 from oxeanbits/change-group-name
Browse files Browse the repository at this point in the history
Change group path on gradle config
  • Loading branch information
krysthianlessa authored Nov 6, 2023
2 parents 65fe04e + 6d1df2c commit d3038f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d3038f7

Please sign in to comment.