Skip to content

Commit

Permalink
feat: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Feb 21, 2024
1 parent 382de98 commit fc364a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

Using Cornet as Fresco network request library

Usage example:
## Get
```
implementation("io.github.limuyang2:fresco-cronet:1.0.1")
```

## Usage example:
```kotlin
// 1.Create CronetEngine
val cronetEngine = CronetEngine.Builder(
Expand Down
7 changes: 6 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Fresco-Cronet
使用`Cornet`作为`Fresco`的网络请求库

使用示例:
## 引入
```
implementation("io.github.limuyang2:fresco-cronet:1.0.1")
```

## 使用示例:
```kotlin
// 1.创建 CronetEngine
val cronetEngine = CronetEngine.Builder(
Expand Down

0 comments on commit fc364a7

Please sign in to comment.