Skip to content

Commit e844104

Browse files
authored
Update config.gradle
1 parent 1c0e01f commit e844104

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ext {
55
BUILD_TOOLS_VERSION = "30.0.3"
66
TARGET_SDK_VERSION = 29
77
SUPPORT_VERSION = "1.0.0"
8-
GRADLE_PLUGIN_VERSION = '4.1.3'
8+
GRADLE_PLUGIN_VERSION = '4.2.1'
99

1010
//定义常量,方便统一切换脚本的版本
11-
HOST_FAIRY_SCRIPT = "../../FairyPlugin/agp4_1_3/host.gradle"
11+
HOST_FAIRY_SCRIPT = "../../FairyPlugin/agp4_2_1/host.gradle"
1212
//HOST_FAIRY_SCRIPT = "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master/FairyPlugin/agp${GRADLE_PLUGIN_VERSION.replaceAll("\\.","_")}/host.gradle"
1313

14-
PLUGIN_FAIRY_SCRIPT = "../../FairyPlugin/agp4_1_3/plugin.gradle"
14+
PLUGIN_FAIRY_SCRIPT = "../../FairyPlugin/agp4_2_1/plugin.gradle"
1515
//PLUGIN_FAIRY_SCRIPT = "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master/FairyPlugin/agp${GRADLE_PLUGIN_VERSION.replaceAll("\\.","_")}/plugin.gradle"
1616

1717

0 commit comments

Comments
 (0)