We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2ab30 commit 7ead317Copy full SHA for 7ead317
3 files changed
README.md
@@ -62,7 +62,7 @@ allprojects {
62
63
```groovy
64
dependencies {
65
- implementation 'com.github.Petterpx:FloatingX:1.0.4'
+ implementation 'com.github.Petterpx:FloatingX:1.0.6'
66
}
67
```
68
README_EN.md
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
minsdk_version = 21
6
targetsdk_version = 31
7
compilesdk_version = 31
8
- version_name = '1.0.5'
+ version_name = '1.0.6'
9
versionCode = {
10
def cmd = 'git rev-list HEAD --count'
11
cmd.execute().text.trim().toInteger()
0 commit comments