Skip to content

Commit 7ead317

Browse files
committed
build:升级版本
1 parent cb2ab30 commit 7ead317

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ allprojects {
6262
6363
```groovy
6464
dependencies {
65-
implementation 'com.github.Petterpx:FloatingX:1.0.4'
65+
implementation 'com.github.Petterpx:FloatingX:1.0.6'
6666
}
6767
```
6868

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ allprojects {
6262
6363
```groovy
6464
dependencies {
65-
implementation 'com.github.Petterpx:FloatingX:1.0.4'
65+
implementation 'com.github.Petterpx:FloatingX:1.0.6'
6666
}
6767
```
6868

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
minsdk_version = 21
66
targetsdk_version = 31
77
compilesdk_version = 31
8-
version_name = '1.0.5'
8+
version_name = '1.0.6'
99
versionCode = {
1010
def cmd = 'git rev-list HEAD --count'
1111
cmd.execute().text.trim().toInteger()

0 commit comments

Comments
 (0)