Skip to content

Commit 311383d

Browse files
Fix group naming
1 parent 5091853 commit 311383d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## LiquidScreens, A maintained fork of Compose Navigation Reimagined
2-
![Monthly download statistics](https://jitpack.io/v/easyusesoft/LiquidScreens/month.svg)
2+
![Monthly download statistics](https://jitpack.io/v/EasyUse-Software/LiquidScreens/month.svg)
33

44
### This is a maintained fork of [Compose Navigation Reimagined](https://github.com/olshevski/compose-navigation-reimagined), only material3 is kept for low maintainence overhead. Deprecated apis are replaced in favor of newer apis and updated the packages to match with current jetpack compose library suite.
55

6-
Full Documentation: https://easyusesoft.github.io/LiquidScreens/
6+
Full Documentation: https://EasyUse-Software.github.io/LiquidScreens/
77

88
## Demo
99

@@ -42,7 +42,7 @@ dependencyResolutionManagement {
4242

4343
```kotlin
4444
dependencies {
45-
implementation 'com.github.easyusesoft.LiquidScreens:reimagined:0.2.2'
45+
implementation 'com.github.EasyUse-Software.LiquidScreens:reimagined:0.2.2'
4646
}
4747
```
4848

@@ -126,25 +126,25 @@ AnimatedNavHost(
126126

127127
## Documentation
128128

129-
Full documentation is available [here](https://easyusesoft.github.io/LiquidScreens).
129+
Full documentation is available [here](https://EasyUse-Software.github.io/LiquidScreens).
130130

131131
## Additional dependencies
132132

133133
Library-specific `hiltViewModel()` implementation:
134134

135135
```kotlin
136-
implementation 'com.github.easyusesoft.LiquidScreens:reimagined-hilt:0.2.2'
136+
implementation 'com.github.EasyUse-Software.LiquidScreens:reimagined-hilt:0.2.2'
137137
```
138138

139139
`BottomSheetNavHost` implementation for Material 3:
140140

141141
```kotlin
142-
implementation 'com.github.easyusesoft.LiquidScreens:reimagined-material3:0.2.2'
142+
implementation 'com.github.EasyUse-Software.LiquidScreens:reimagined-material3:0.2.2'
143143
```
144144

145145
## Sample
146146

147-
Explore the [sample](https://github.com/easyusesoft/LiquidScreens/tree/main/sample). It demonstrates:
147+
Explore the [sample](https://github.com/EasyUse-Software/LiquidScreens/tree/main/sample). It demonstrates:
148148

149149
- passing values and returning results
150150
- animated transitions

0 commit comments

Comments
 (0)