1
0
Fork 0

upgrade com.android.application 8.8.2 -> 8.9.0; gradle 8.10.2 -> 8.11.1

This commit is contained in:
sspanak 2025-03-11 12:29:33 +02:00 committed by Dimo Karaivanov
parent 2ad2bef304
commit e953100e16
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.2' apply false
id 'com.android.application' version '8.9.0' apply false
}