Skip to content

Commit

Permalink
Update to 213.6777.52
Browse files Browse the repository at this point in the history
  • Loading branch information
CaKrome committed Jan 28, 2022
1 parent 310e94f commit ca915a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intellij-idea-build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

intellij_idea_version=213.6461.79
intellij_idea_version=213.6777.52

# Download IntelliJ IDEA and Android plugin(required for building IntelliJ IDEA)

wget https://github.com/JetBrains/intellij-community/archive/refs/tags/idea/213.6461.79.tar.gz -O intellij-idea-source.tar.gz
git clone --depth 1 --branch idea/213.6461.79 git://git.jetbrains.org/idea/android.git
wget https://github.com/JetBrains/intellij-community/archive/refs/tags/idea/213.6777.52.tar.gz -O intellij-idea-source.tar.gz
git clone --depth 1 --branch idea/213.6777.52 git://git.jetbrains.org/idea/android.git

# Extract files

Expand Down

0 comments on commit ca915a6

Please sign in to comment.