Skip to content

Commit

Permalink
Downgrade Android gradle plugin
Browse files Browse the repository at this point in the history
The newer version is only compatible with new versions of
IntelliJ/Android Studio. To ensure that older versions of IntelliJ can
still open this project, we should downgrade our version for now.

This Gradle plugin version supports IntelliJ 2020.3 and newer.

Fixes #2378
  • Loading branch information
TimvdLippe committed Aug 2, 2021
1 parent f8da4ce commit be268a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ buildscript {
classpath 'org.shipkit:shipkit-auto-version:1.1.19'

classpath 'com.google.googlejavaformat:google-java-format:1.10.0'
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
}
}
Expand Down

0 comments on commit be268a2

Please sign in to comment.