Upgrade build tools from `3.5.3` to `4.0.1`
This commit is contained in:
parent
5056615eb0
commit
7a146327ca
|
@ -31,6 +31,7 @@ Build 🧱:
|
||||||
- Use Update Gradle Wrapper Action
|
- Use Update Gradle Wrapper Action
|
||||||
- Updates Gradle Wrapper from 5.6.4 to 6.6.1. (#2193)
|
- Updates Gradle Wrapper from 5.6.4 to 6.6.1. (#2193)
|
||||||
- Upgrade kotlin version from `1.3.72` to `1.4.10` and kotlin coroutines version from `1.3.8` to `1.3.9`
|
- Upgrade kotlin version from `1.3.72` to `1.4.10` and kotlin coroutines version from `1.3.8` to `1.3.9`
|
||||||
|
- Upgrade build tools from `3.5.3` to `4.0.1`
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
- Added registration/verification automated UI tests
|
- Added registration/verification automated UI tests
|
||||||
|
|
|
@ -12,8 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
// Warning: 3.6.3 leads to infinite gradle builds. Stick to 3.5.3 for the moment
|
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||||
classpath 'com.android.tools.build:gradle:3.5.3'
|
|
||||||
classpath 'com.google.gms:google-services:4.3.2'
|
classpath 'com.google.gms:google-services:4.3.2'
|
||||||
classpath "com.airbnb.okreplay:gradle-plugin:1.5.0"
|
classpath "com.airbnb.okreplay:gradle-plugin:1.5.0"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
|
Loading…
Reference in New Issue