You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,21 @@ QuickEdit makes use of the following libraries to provide its features:
25
25
-**[Cloudy](https://github.com/skydoves/cloudy)**: A library by Skydoves for blurring a composable.
26
26
-**[Image Cropper](https://github.com/CanHub/Android-Image-Cropper)**: A cropping library by Canhub that allows users to crop images seamlessly.
27
27
-**[Compose-Screenshot](https://github.com/SmartToolFactory/Compose-Screenshot)**: A library by SmartToolFactory for capturing screenshots of composables in Jetpack Compose.
28
+
29
+
30
+
# License
31
+
```xml
32
+
Designed and developed by 2024 Abizer-R (Abizer Rampurawala)
33
+
34
+
Licensed under the Apache License, Version 2.0 (the "License");
35
+
you may not use this file except in compliance with the License.
36
+
You may obtain a copy of the License at
37
+
38
+
http://www.apache.org/licenses/LICENSE-2.0
39
+
40
+
Unless required by applicable law or agreed to in writing, software
41
+
distributed under the License is distributed on an "AS IS" BASIS,
42
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43
+
See the License for the specific language governing permissions and
0 commit comments