Skip to content

Commit 5ec788c

Browse files
committed
Correct group
1 parent 688ee44 commit 5ec788c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Crash/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'kotlin-android'
44
id 'com.github.dcendents.android-maven'
55
}
6-
group = 'com.github.Omega-R'
6+
group = 'com.github.Omega-R.OmegaBase'
77

88

99
android {

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'kotlin-kapt'
55

66
apply plugin: 'com.github.dcendents.android-maven'
7-
group = 'com.github.Omega-R'
7+
group = 'com.github.Omega-R.OmegaBase'
88

99
android {
1010
compileSdkVersion 30

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
include ':app', ':core', ':processor', ':annotations'
2-
include ':crash'
1+
include ':app', ':core', ':processor', ':annotations', ':crash'

0 commit comments

Comments
 (0)