diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..bcecdf7 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +slideactionlayout \ No newline at end of file diff --git a/SlideActionLayout/build.gradle b/SlideActionLayout/build.gradle index a072c57..b3d966f 100644 --- a/SlideActionLayout/build.gradle +++ b/SlideActionLayout/build.gradle @@ -3,7 +3,7 @@ plugins { id 'kotlin-android' id 'com.github.dcendents.android-maven' } -group = 'dev.aftermoon' +group = 'com.github.Aftermoon-dev' android { compileSdkVersion 30 diff --git a/settings.gradle b/settings.gradle index 95c9929..c32128d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,3 @@ include ':SlideActionLayout' include ':app' -rootProject.name = "SlideActionLayout" \ No newline at end of file +rootProject.name = "slideactionlayout" \ No newline at end of file