Skip to content

Commit becc63a

Browse files
committed
Update the lib version
1 parent cdfc42f commit becc63a

File tree

3 files changed

+2
-65
lines changed

3 files changed

+2
-65
lines changed

android_project_common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ext {
9898
'rxandroid' : "2.1.1",
9999

100100
// ycdev
101-
'androidLib' : "1.8.5",
101+
'androidLib' : "2.0.0",
102102

103103
// others
104104
'zxing' : '3.4.0',

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
plugins {
20-
id("com.diffplug.spotless") version "5.11.0"
20+
id("com.diffplug.spotless") version "5.16.0"
2121
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
2222
id("org.jetbrains.dokka") version "1.5.30"
2323
}
@@ -34,8 +34,6 @@ ext {
3434

3535
publishEnabled = true
3636
mavenMeta = [
37-
'name': 'AndroidLib',
38-
'description': 'Android libraries',
3937
'projectUrl': 'https://github.com/yongce/AndroidLib',
4038
'projectScmConnection': 'https://github.com/yongce/AndroidLib.git',
4139
'projectScmDevConnection': 'ssh://[email protected]/yongce/AndroidLib.git',

maven-upload.gradle

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)