Skip to content

Commit 74053d5

Browse files
author
geyifeng
committed
update 1.1.3-beta07
1 parent e130167 commit 74053d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## 使用
77
> android studio
88
```groovy
9-
implementation 'com.gyf.cactus:cactus:1.1.3-beta05'
9+
implementation 'com.gyf.cactus:cactus:1.1.3-beta07'
1010
```
1111
## 用法(具体api请参考api说明)
1212
#### java用法

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.cactus_version = '1.1.3-beta06'
4+
ext.cactus_version = '1.1.3-beta07'
55
ext.kotlin_version = '1.3.61'
66
repositories {
77
google()

0 commit comments

Comments
 (0)