Skip to content

Commit 4425292

Browse files
author
Tear丶残阳
committed
First commit.
1 parent 23518e1 commit 4425292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = "stateful.layout"
1+
rootProject.name = "stateful_layout"
22
include ":stateful.layout"

stateful.layout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-parcelize'
44
apply plugin: 'com.github.dcendents.android-maven'
55

6-
group = 'cn.numeron'
6+
group = 'com.github.xiazunyang'
77
version = '1.0.0'
88

99
android {

0 commit comments

Comments
 (0)