Migrated the project to AGP 8.0 / JVM 17

This commit is contained in:
denizk0461
2023-04-26 11:00:56 +02:00
parent d0819553bc
commit d80e85fdbe
10 changed files with 126 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}