Update versions

This commit is contained in:
Gergely Hegedus 2025-05-01 16:41:36 +03:00
parent 88a24cd879
commit 1ffb041435
14 changed files with 256 additions and 142 deletions

View file

@ -3,7 +3,7 @@ buildscript {
}
}// 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.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
}