mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Revert to gradle build 3.5.3
This commit is contained in:
parent
9d4e903c4a
commit
a0998e4aff
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
// Warning: 3.6.3 leads to infinite gradle builds. Stick to 3.5.3 for the moment
|
||||
classpath 'com.android.tools.build:gradle:3.5.3'
|
||||
classpath 'com.google.gms:google-services:4.3.2'
|
||||
classpath "com.airbnb.okreplay:gradle-plugin:1.5.0"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
|
Loading…
Reference in a new issue