Skip to content

Commit

Permalink
docs: README_EN
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 22, 2023
1 parent cb50d7d commit 97bc22b
Showing 1 changed file with 24 additions and 34 deletions.
58 changes: 24 additions & 34 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| <a href="https://liangjingkanji.github.io/document/">Contribute Code</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/latest/download/brv-sample.apk">Download Demo App</a>
<br>
<img src="https://i.imgur.com/G7WYYXb.jpg" width="350"/>
<img src="https://github.com/liangjingkanji/BRV/blob/master/docs/img/code-preview.png?raw=true" width="300"/>
</p>

<br>
Expand All @@ -32,7 +32,7 @@

<p align="center"><img src="https://github.com/liangjingkanji/BRV/blob/master/docs/img/preview.png?raw=true" align="center" width="30%;" /></p>

This framework is developed without affecting any basic functions/components of RecyclerView. This project promises to be maintained by the community forever.
BRV is a tool for quickly building an RV list, perfected by open source sharing, and will always be maintained by the community

<br>
<p align="center"><strong>Contribute Code / Report Issues</strong></p>
Expand Down Expand Up @@ -73,20 +73,7 @@ This framework is developed without affecting any basic functions/components of

## Installation

Add the remote repository to the root build.gradle file, depending on the Android Studio version of your project creation:

For projects created in Android Studio Arctic Fox and below, add the repository to the root build.gradle file:

```groovy
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
```

For projects created in Android Studio Arctic Fox and above, add the repository to the settings.gradle file:
Add the remote repository to the root build.gradle file

```groovy
dependencyResolutionManagement {
Expand All @@ -105,25 +92,28 @@ dependencies {
}
```

Add the following lines to the gradle.properties file in the project root directory:

```
android.enableJetifier=true
android.useAndroidX=true
```

## License

```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
MIT License
Copyright (c) 2023 劉強東
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

0 comments on commit 97bc22b

Please sign in to comment.