Skip to content

Commit

Permalink
Update the lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
yongce committed Oct 2, 2021
1 parent cdfc42f commit becc63a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
2 changes: 1 addition & 1 deletion android_project_common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ext {
'rxandroid' : "2.1.1",

// ycdev
'androidLib' : "1.8.5",
'androidLib' : "2.0.0",

// others
'zxing' : '3.4.0',
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}

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

publishEnabled = true
mavenMeta = [
'name': 'AndroidLib',
'description': 'Android libraries',
'projectUrl': 'https://github.com/yongce/AndroidLib',
'projectScmConnection': 'https://github.com/yongce/AndroidLib.git',
'projectScmDevConnection': 'ssh://[email protected]/yongce/AndroidLib.git',
Expand Down
61 changes: 0 additions & 61 deletions maven-upload.gradle

This file was deleted.

0 comments on commit becc63a

Please sign in to comment.