From 38aec64092c46fd6d3b633da8a6b286a0f07162a Mon Sep 17 00:00:00 2001 From: "WORKLIANAIHAO\\Work_LFC" Date: Tue, 12 Mar 2024 12:09:55 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ library/build.gradle | 4 ++-- library/gradle.properties | 16 ++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index d5fc17c6..1df4e784 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,9 @@ buildscript { classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1" if (PLUGIN_ENABLE.toBoolean()) { classpath "com.github.qq549631030:android-junk-code:1.3.3" +// classpath "com.github.iamlfc:android-junk-code:1.3.4" + // classpath "com.github.discoverytech231019:android-junk-code:1.3.3" + } // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/library/build.gradle b/library/build.gradle index f73dc2b2..18400c47 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -19,13 +19,13 @@ if (publishMaven) { apply plugin: 'signing' apply plugin: 'com.gradle.plugin-publish' - group = 'io.github.qq549631030' + group = 'io.github.iamlfc' version = VERSION_NAME gradlePlugin { plugins { androidJunkCode { - id = 'io.github.qq549631030.android-junk-code' + id = 'io.github.iamlfc.android-junk-code' implementationClass = 'cn.hx.plugin.junkcode.plugin.AndroidJunkCodePlugin' displayName = 'AndroidJunkCode plugin' description = POM_DESCRIPTION diff --git a/library/gradle.properties b/library/gradle.properties index 87ebbb23..9a3a34fd 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -1,25 +1,25 @@ #project -GROUP=com.github.qq549631030 +GROUP=com.github.iamlfc POM_ARTIFACT_ID=android-junk-code -VERSION_NAME=1.3.3 +VERSION_NAME=1.3.4 POM_PACKAGING=jar POM_NAME=AndroidJunkCode POM_DESCRIPTION=generate junk code for android POM_INCEPTION_YEAR=2020 -POM_URL=https://github.com/qq549631030/AndroidJunkCode/ +POM_URL=https://github.com/iamlfc/AndroidJunkCode/ -POM_SCM_URL=https://github.com/qq549631030/AndroidJunkCode/ -POM_SCM_CONNECTION=scm:git:git://github.com/qq549631030/AndroidJunkCode.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/qq549631030/AndroidJunkCode.git +POM_SCM_URL=https://github.com/iamlfc/AndroidJunkCode/ +POM_SCM_CONNECTION=scm:git:git://github.com/iamlfc/AndroidJunkCode.git +POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/iamlfc/AndroidJunkCode.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo -POM_DEVELOPER_ID=qq549631030 +POM_DEVELOPER_ID=iamlfc POM_DEVELOPER_NAME=huangx -POM_DEVELOPER_URL=https://github.com/qq549631030/ +POM_DEVELOPER_URL=https://github.com/iamlfc/ #signing.keyId=[you keyId last 8bit] #signing.password=[you key password] From 9fdaadf321b1eafd2fc7bee7d96b0f28c7467597 Mon Sep 17 00:00:00 2001 From: "WORKLIANAIHAO\\Work_LFC" Date: Tue, 12 Mar 2024 12:22:43 +0800 Subject: [PATCH 2/3] 11 --- .../src/main/groovy/cn/hx/plugin/junkcode/utils/JunkUtil.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/groovy/cn/hx/plugin/junkcode/utils/JunkUtil.groovy b/library/src/main/groovy/cn/hx/plugin/junkcode/utils/JunkUtil.groovy index 28c4d6d2..63d210a0 100644 --- a/library/src/main/groovy/cn/hx/plugin/junkcode/utils/JunkUtil.groovy +++ b/library/src/main/groovy/cn/hx/plugin/junkcode/utils/JunkUtil.groovy @@ -17,7 +17,7 @@ class JunkUtil { static random = new Random() static abc = "abcdefghijklmnopqrstuvwxyz".toCharArray() - static color = "0123456789abcdef".toCharArray() + static color = "0123456789abcdefss".toCharArray() /** * 生成名称 From 8704b8e994f3c09314aabc9d43d45b766df67b4b Mon Sep 17 00:00:00 2001 From: "WORKLIANAIHAO\\Work_LFC" Date: Tue, 12 Mar 2024 12:58:15 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/gradle.properties b/library/gradle.properties index 9a3a34fd..f74ca98e 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -5,7 +5,7 @@ VERSION_NAME=1.3.4 POM_PACKAGING=jar POM_NAME=AndroidJunkCode -POM_DESCRIPTION=generate junk code for android +POM_DESCRIPTION=generate junk code for android lfc POM_INCEPTION_YEAR=2020 POM_URL=https://github.com/iamlfc/AndroidJunkCode/