aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlli Vuolteenaho <olli.vuolteenaho@qt.io>2025-02-14 13:07:54 +0200
committerOlli Vuolteenaho <olli.vuolteenaho@qt.io>2025-03-05 11:01:19 +0000
commit34b73c8ef8e6ccb5551415fd7ef2df5c106fbe0f (patch)
tree665c91a78ff6b54c5525f423d91e2890c64decf2
parentd91814dda7f603b2468dad15ecfde92d40034540 (diff)
Use bundled org.jetbrains.android
Turns out Android Studio has just been misreporting these and the plugin is still bundled into Android Studio releases. As far as the build goes it shouldn't matter which version is used, but this is correct. No need for 4.0 here, as our current RC should be ok once the Marketplace issues have been fixed. Amends 361712309ea86a84dc153da53e5476be6ef82116. Change-Id: I54b439fb418bf037713ca0a6bac027cbfe02b095 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 4076149..e213439 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -17,8 +17,8 @@ repositories {
dependencies {
intellijPlatform {
androidStudio("2024.1.2.13") // recommendation is to build with the lowest supported version
- plugin("org.jetbrains.android:243.22562.218")
plugin("com.redhat.devtools.lsp4ij:0.9.0")
+ bundledPlugin("org.jetbrains.android")
bundledPlugin("org.jetbrains.plugins.gradle")
pluginVerifier()
}