Skip to content

Commit

Permalink
Use custom domain as library group dev.marcellogalhardo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Galhardo committed Jan 2, 2021
1 parent ab99356 commit 66e3cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/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: 'kotlin-android'
apply plugin: 'maven'

group = 'com.github.marcellogalhardo'
group = 'dev.marcellogalhardo'

android {
compileSdkVersion 30
Expand Down
2 changes: 1 addition & 1 deletion core/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: 'kotlin-android'
apply plugin: 'maven'

group = 'com.github.marcellogalhardo'
group = 'dev.marcellogalhardo'

android {
compileSdkVersion 30
Expand Down
2 changes: 1 addition & 1 deletion fragment/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: 'kotlin-android'
apply plugin: 'maven'

group = 'com.github.marcellogalhardo'
group = 'dev.marcellogalhardo'

android {
compileSdkVersion 30
Expand Down

0 comments on commit 66e3cde

Please sign in to comment.