Fix activity leak on Android Q

This commit is contained in:
Koitharu
2021-02-08 20:29:32 +02:00
parent ee26a3e434
commit a371bb6514
3 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.4.30'
repositories {
google()
jcenter()