Skip to content

Commit 1a781ae

Browse files
committed
修改引用版本号
1 parent 011ff31 commit 1a781ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allprojects {
1111
}
1212
1313
dependencies {
14-
implementation 'com.github.LuckyCodeer:TagLayout:1.0.6'
14+
implementation 'com.github.LuckyCodeer:TagLayout:1.0.7'
1515
}
1616
```
1717

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 16
1111
targetSdkVersion 30
12-
versionCode 105
13-
versionName "1.0.5"
12+
versionCode 107
13+
versionName "1.0.7"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)