File tree Expand file tree Collapse file tree 3 files changed +7
-17
lines changed
Expand file tree Collapse file tree 3 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ allprojects {
1212 }
1313
1414dependencies {
15- implementation ' com.github.LuckyCodeer:TagLayout:1.0.2 '
15+ implementation ' com.github.LuckyCodeer:TagLayout:1.0.3 '
1616 }
1717```
1818
Original file line number Diff line number Diff 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
1615allprojects {
1716 repositories {
1817 google()
19- jcenter()
18+ mavenCentral()
19+ maven { url ' https://jitpack.io' }
2020 }
2121}
2222
Original file line number Diff line number Diff line change 11plugins {
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}
155android {
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"
You can’t perform that action at this time.
0 commit comments