Skip to content

Commit 52e5e98

Browse files
author
杨宏伟
committed
修复列表使用时,布局错乱的问题
增加列表演示
1 parent 19e8620 commit 52e5e98

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212
}
1313

1414
dependencies {
15-
implementation 'com.github.LuckyCodeer:TagLayout:1.0.2'
15+
implementation 'com.github.LuckyCodeer:TagLayout:1.0.3'
1616
}
1717
```
1818

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ buildscript {
33
ext.kotlin_version = "1.4.31"
44
repositories {
55
google()
6-
jcenter()
6+
mavenCentral()
7+
maven { url 'https://jitpack.io' }
78
}
89
dependencies {
910
classpath "com.android.tools.build:gradle:4.1.2"
1011
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
12-
classpath 'com.github.panpf.bintray-publish:bintray-publish:1.0.0'
1312
}
1413
}
1514

1615
allprojects {
1716
repositories {
1817
google()
19-
jcenter()
18+
mavenCentral()
19+
maven { url 'https://jitpack.io' }
2020
}
2121
}
2222

library/build.gradle

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
plugins {
22
id 'com.android.library'
33
id 'kotlin-android'
4-
id 'com.github.panpf.bintray-publish'
5-
}
6-
publish {
7-
userOrg = 'yanghongwei'
8-
groupId = 'com.yhw.library'
9-
artifactId = 'taglayout'
10-
publishVersion = '1.0.2'
11-
repoName="TagLayout"
12-
desc = 'Android TagLayout'
13-
website = 'https://github.com/LuckyCodeer/TagLayout'
144
}
155
android {
166
compileSdkVersion 30
@@ -19,8 +9,8 @@ android {
199
defaultConfig {
2010
minSdkVersion 16
2111
targetSdkVersion 30
22-
versionCode 102
23-
versionName "1.0.2"
12+
versionCode 103
13+
versionName "1.0.3"
2414

2515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2616
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)