[TIMOB-28494] Android: Update Gradle to 7.1
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2021-08-06T10:46:54.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 10.1.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Gary Mathews |
| Assignee | Gary Mathews |
| Created | 2021-06-22T02:03:56.000+0000 |
| Updated | 2021-08-06T10:47:01.000+0000 |
Description
- Update Gradle to 7.1 for compatibility with JDK 16
*How to update:*
./gradlew wrapper --distribution-type all --gradle-version 7.1
master: https://github.com/appcelerator/titanium_mobile/pull/12914
They document that gradle 7.x works with Android Gradle Plugin 4.1 and higher. So, it should be safe for us to upgrade. https://docs.gradle.org/7.1/userguide/compatibility.html#android
Merged to master