Merge pull request #5003 from AenBleidd/vko_fix_android_build

[Android] Upgrade grgit dependency to 5.0.0
This commit is contained in:
Vitalii Koshura 2022-11-08 16:09:34 +01:00 committed by GitHub
commit d970509305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.ajoberstar.grgit' version '4.1.0'
id 'org.ajoberstar.grgit' version '5.0.0'
id 'jacoco'
}