mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-20 22:09:12 +00:00
Downgrade Android Gradle plugin to 4.0.1 to fix a crash
This commit is contained in:
parent
0b6da5a93c
commit
d94be2420c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.13'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Add table
Reference in a new issue