Fix bug #4585 by updating kotlin and acra version (#4592)

This commit is contained in:
Madhur Gupta 2021-08-31 15:10:39 +05:30 committed by GitHub
parent 51746934fc
commit b47ed0546e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.31'
ext.kotlin_version = '1.5.10'
repositories {
jcenter()
google()