Merge pull request #3 from loosebazooka/configfix-gerrit automerge: 5116bac
automerge: eb0d2e3

* commit 'eb0d2e36a4c084ce7e600a69a65d58bc19e1ebf4':
  Update configuration for missing plugin dep
diff --git a/android-studio-plugin/src/META-INF/plugin.xml b/android-studio-plugin/src/META-INF/plugin.xml
index 943dc01..cd12849 100644
--- a/android-studio-plugin/src/META-INF/plugin.xml
+++ b/android-studio-plugin/src/META-INF/plugin.xml
@@ -11,6 +11,7 @@
   <depends>org.jetbrains.android</depends>
   <depends>org.jetbrains.plugins.gradle</depends>
   <depends>com.google.gct.login</depends>
+  <depends>com.google.gct.core</depends>
   <depends>Git4Idea</depends>
 
   <extensions defaultExtensionNs="org.jetbrains.android">
diff --git a/core-plugin/google-cloud-tools-core-as.iml b/core-plugin/google-cloud-tools-core-as.iml
index 442b5fb..6920ae1 100644
--- a/core-plugin/google-cloud-tools-core-as.iml
+++ b/core-plugin/google-cloud-tools-core-as.iml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="PLUGIN_MODULE" version="4">
+<module relativePaths="true" type="JAVA_MODULE" version="4">
   <component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/src/META-INF/plugin.xml" />
   <component name="NewModuleRootManager" inherit-compiler-output="true">
     <exclude-output />
diff --git a/google-login-plugin/google-login-as.iml b/google-login-plugin/google-login-as.iml
index e242505..c6b703a 100644
--- a/google-login-plugin/google-login-as.iml
+++ b/google-login-plugin/google-login-as.iml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<module type="PLUGIN_MODULE" version="4">
+<module type="JAVA_MODULE" version="4">
   <component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/src/META-INF/plugin.xml" />
   <component name="NewModuleRootManager" inherit-compiler-output="true">
     <exclude-output />