From 7158a212df9d029629f9e45805d11923150304ed Mon Sep 17 00:00:00 2001
From: pengzhile
Date: Wed, 28 Jul 2021 16:55:39 +0800
Subject: [PATCH] fix depends
Signed-off-by: pengzhile
---
README.md | 2 +-
build.gradle | 4 +++-
src/main/resources/META-INF/plugin.xml | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a639cdd..0781a64 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Reset Your IDE Eval Information
-1. Download and install plugin from [Download Link](https://plugins.zhile.io/files/ide-eval-resetter-2.2.0-16b45f7.zip).
+1. Download and install plugin from [Download Link](https://plugins.zhile.io/files/ide-eval-resetter-2.2.1-435328.zip).
* Alternative installation method:
* Add "Custom Plugin Repository": `https://plugins.zhile.io` manually (`Settings/Preferences` -> `Plugins`)
* Search and install plugin: `IDE Eval Reset`
diff --git a/build.gradle b/build.gradle
index f254147..812cd27 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
}
group 'io.zhile.research.intellij'
-version '2.2.0'
+version '2.2.1'
sourceCompatibility = 1.7
targetCompatibility = 1.7
@@ -29,6 +29,8 @@ intellij {
patchPluginXml {
changeNotes = """
+Release v2.2.1
+ 1. fix depends
Release v2.2.0
1. fix the issue: "Cannot create listener"
2. add support for: Android Studio
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 80f9eb2..dc00f14 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -11,6 +11,8 @@
]]>
+ com.intellij.modules.platform
+