We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e130167 commit 74053d5Copy full SHA for 74053d5
README.md
@@ -6,7 +6,7 @@
6
## 使用
7
> android studio
8
```groovy
9
- implementation 'com.gyf.cactus:cactus:1.1.3-beta05'
+ implementation 'com.gyf.cactus:cactus:1.1.3-beta07'
10
```
11
## 用法(具体api请参考api说明)
12
#### java用法
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.cactus_version = '1.1.3-beta06'
+ ext.cactus_version = '1.1.3-beta07'
5
ext.kotlin_version = '1.3.61'
repositories {
google()
0 commit comments