Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamgyf committed Nov 8, 2022
1 parent e919578 commit 1b8da88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencyResolutionManagement {

```groovy
plugins {
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-05' apply false
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-06' apply false
}
```

Expand All @@ -57,7 +57,7 @@ plugins {

```groovy
dependencies {
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-05'
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-06'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencyResolutionManagement {

```groovy
plugins {
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-05' apply false
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-06' apply false
}
```

Expand All @@ -57,7 +57,7 @@ plugins {

```groovy
dependencies {
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-05'
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-06'
}
```

Expand Down

0 comments on commit 1b8da88

Please sign in to comment.