File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
templates/android/template/app Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import java.awt.GridBagConstraints
44import javax.swing.border.EmptyBorder
55
66apply plugin : ' com.android.application'
7-
7+ ::foreach ANDROID_GRADLE_APPLY_PLUGIN ::apply plugin : ' ::__current__::'
8+ ::end ::
89System . setProperty(' java.awt.headless' ,' false' )
910
1011// Uncomment to debug deprecation warnings.
Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ class AndroidPlatform extends PlatformTarget
436436 ]);
437437 context. ANDROID_GRADLE_VERSION = project .config .getString (" android.gradle-version" , " 8.9" );
438438 context. ANDROID_GRADLE_PLUGIN = project .config .getString (" android.gradle-plugin" , " 8.7.3" );
439+ context. ANDROID_GRADLE_APPLY_PLUGIN = project .config .getArrayString (" android.gradle-apply-plugin" );
439440 context. ANDROID_USE_ANDROIDX = project .config .getString (" android.useAndroidX" , " true" );
440441 context. ANDROID_ENABLE_JETIFIER = project .config .getString (" android.enableJetifier" , " false" );
441442 context. ANDROID_GRADLE_PROPERTIES = project .config .getKeyValueArray (" android.gradle-properties" );
You can’t perform that action at this time.
0 commit comments