always update Android Studio

(cherry picked from commit bda1893)
This commit is contained in:
Dmitry Jemerov
2016-10-05 13:57:58 +02:00
parent a064a570c7
commit 5ddbcd7c28

View File

@@ -47,13 +47,7 @@
<property file="${dependencies.info.file}" prefix="dependencies.info.prev"/>
<target name="update" depends="fetch-third-party,fetch-annotations" description="Update dependencies">
<execute_update_with_idea_maven_artifacts
base.url="https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea"
idea.maven.version="${ideaVersion}"/>
</target>
<target name="update_android_studio" depends="fetch-third-party,fetch-annotations,get_android_studio"
<target name="update" depends="fetch-third-party,fetch-annotations,get_android_studio"
description="Update dependencies and Android Studio"/>
<!--<target name="update_teamcity" depends="fetch-third-party,fetch-annotations">-->