Skip to content

Commit

Permalink
Update config.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
limpoxe authored Jun 12, 2021
1 parent 1c0e01f commit e844104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ext {
BUILD_TOOLS_VERSION = "30.0.3"
TARGET_SDK_VERSION = 29
SUPPORT_VERSION = "1.0.0"
GRADLE_PLUGIN_VERSION = '4.1.3'
GRADLE_PLUGIN_VERSION = '4.2.1'

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

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


Expand Down

0 comments on commit e844104

Please sign in to comment.