We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23518e1 commit 4425292Copy full SHA for 4425292
settings.gradle
@@ -1,2 +1,2 @@
1
-rootProject.name = "stateful.layout"
+rootProject.name = "stateful_layout"
2
include ":stateful.layout"
stateful.layout/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'kotlin-parcelize'
4
apply plugin: 'com.github.dcendents.android-maven'
5
6
-group = 'cn.numeron'
+group = 'com.github.xiazunyang'
7
version = '1.0.0'
8
9
android {
0 commit comments