Skip to content

Commit cd7fdf3

Browse files
committed
Rename the Material 2 module's name and package to material2 explicitly
Resolve #21
1 parent 9df10d6 commit cd7fdf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+74
-73
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.foundation.layout.RowScope
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.ui.Modifier
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.ui.Modifier
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.ui.Modifier
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.material.icons.Icon
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.ui.Modifier
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.ui.Modifier
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.huanshankeji.compose.material
1+
package com.huanshankeji.compose.material2
22

33
import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.ui.Modifier
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
package com.huanshankeji.compose.material.ext
1+
package com.huanshankeji.compose.material2.ext
22

33
import androidx.compose.foundation.layout.RowScope
44
import androidx.compose.material.OutlinedButton
55
import androidx.compose.material.TextButton
66
import androidx.compose.runtime.Composable
7-
import com.huanshankeji.compose.material.ext.ButtonType.*
7+
import com.huanshankeji.compose.material2.ext.ButtonType.*
88
import com.huanshankeji.compose.ui.Modifier
99

1010
@Suppress("NAME_SHADOWING")

0 commit comments

Comments
 (0)