We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011ff31 commit 1a781aeCopy full SHA for 1a781ae
README.md
@@ -11,7 +11,7 @@ allprojects {
11
}
12
13
dependencies {
14
- implementation 'com.github.LuckyCodeer:TagLayout:1.0.6'
+ implementation 'com.github.LuckyCodeer:TagLayout:1.0.7'
15
16
```
17
library/build.gradle
@@ -9,8 +9,8 @@ android {
9
defaultConfig {
10
minSdkVersion 16
targetSdkVersion 30
- versionCode 105
- versionName "1.0.5"
+ versionCode 107
+ versionName "1.0.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
0 commit comments