Hack to make ANDROID_GRADLE_PLUGIN remain a template value after 'lime create extension'

This commit is contained in:
Joshua Granick
2017-07-12 10:31:06 -07:00
parent f6879da971
commit 44ef97a39d

View File

@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_PLUGIN::'
classpath 'com.android.tools.build:gradle:::::if (1 == 1)::ANDROID_GRADLE_PLUGIN::end::::'
}
}