Skip to content

Commit 54cd55e

Browse files
author
wuzuchang
committed
Update version
1 parent 78e8e85 commit 54cd55e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

0 Bytes
Binary file not shown.

string_obfuscated/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gradlePlugin {
1313
plugins {
1414
//定义的信息可以和发布信息不相同
1515
MethodTracer {
16-
id = "${group}" //定义插件id
16+
id = group //定义插件id
1717
version = versionCode
1818
implementationClass = 'com.wzc.gradle.plugin.PluginLaunch' //定义插件实现类
1919
}
@@ -40,7 +40,6 @@ publishing {
4040

4141
dependencies {
4242
implementation gradleApi()
43-
implementation localGroovy()
4443
// 实现Transform的时候会用到,gradle插件版本:https://developer.android.com/studio/releases/gradle-plugin?hl=zh-cn#updating-gradle
4544
// 这里注意使用的gradle插件(AGP)版本不要超过你Android studio 最大支持的版本:https://developer.android.com/studio/releases?hl=zh-cn#android_gradle_plugin_and_android_studio_compatibility
4645
// gradle/wrapper 中设置你gradle版本

0 commit comments

Comments
 (0)