Skip to content

Commit d370169

Browse files
2 parents 7bd56d8 + 7d2fb91 commit d370169

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 Mahboubeh Seyedpour
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# JetpackLoading
44

5-
In almost all applications, there are processes that run asynchronously, such as API requests or long-running tasks. In these cases, developers usually use the loading view to show users that something is in progress.
65
JetpackLoading is a collection of nice loading animations in Jetpack Compose, adapted from the famous [AVLoadingIndicatorView](https://github.com/HarlonWang/AVLoadingIndicatorView) library.
76

87
See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLoading#demo) section and their use in [Usage](https://github.com/MahboubehSeyedpour/JetpackLoading#usage)
@@ -14,7 +13,7 @@ See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLo
1413
## Usage
1514

1615
- #### Step 1
17-
Add it in your root build.gradle:
16+
Add it in settings.gradle:
1817

1918
```bash
2019
allprojects {
@@ -30,7 +29,7 @@ See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLo
3029

3130
```bash
3231
dependencies {
33-
implementation 'com.github.MahboubehSeyedpour:JetpackLoading:0.1.0'
32+
implementation 'com.github.MahboubehSeyedpour:jetpack-loading:0.1.0'
3433
}
3534

3635

@@ -113,17 +112,17 @@ Row 5
113112
## License
114113

115114
```
116-
Copyright 2015 jack wang
115+
Copyright 2023 Mahboubeh Seyedpour
117116

118-
Licensed under the Apache License, Version 2.0 (the "License");
119-
you may not use this file except in compliance with the License.
120-
You may obtain a copy of the License at
117+
Licensed under the Apache License, Version 2.0 (the "License");
118+
you may not use this file except in compliance with the License.
119+
You may obtain a copy of the License at
121120

122-
http://www.apache.org/licenses/LICENSE-2.0
121+
http://www.apache.org/licenses/LICENSE-2.0
123122

124-
Unless required by applicable law or agreed to in writing, software
125-
distributed under the License is distributed on an "AS IS" BASIS,
126-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127-
See the License for the specific language governing permissions and
128-
limitations under the License.
123+
Unless required by applicable law or agreed to in writing, software
124+
distributed under the License is distributed on an "AS IS" BASIS,
125+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126+
See the License for the specific language governing permissions and
127+
limitations under the License.
129128
```

0 commit comments

Comments
 (0)