diff options
author | Olli Vuolteenaho <[email protected]> | 2025-05-07 11:22:32 +0300 |
---|---|---|
committer | Olli Vuolteenaho <[email protected]> | 2025-05-13 03:32:25 +0000 |
commit | 1d5488572d571ef6eb851c15865e180dada966f0 (patch) | |
tree | f1a8ac0d4fa92e404f76869c53da0a05188ff93e | |
parent | a6040138821e82d82237905ebef2878d3c2fefc7 (diff) |
At least when the name had quotation marks around it went all the way to
the JetBrains Marketplace, which is not good. Not sure if the group had
similar issues - we haven't noticed anything at the very least.
Fixes: QTTA-367
Change-Id: If76902d7b9346165a69e0bd02ba32f3acb4819c1
Reviewed-by: Assam Boudjelthia <[email protected]>
Reviewed-by: Rami Potinkara <[email protected]>
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index f8473ee..401374f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -pluginGroup = "org.qtproject.qt" +pluginGroup = org.qtproject.qt pluginVersion = 4.0 -pluginName = "Qt Tools for Android Studio" +pluginName = Qt Tools for Android Studio pluginSinceBuild = 241.19072.14 |