1
0
Fork 0

gradle upgrade 8.2 -> 8.4

This commit is contained in:
sspanak 2024-03-18 17:08:25 +02:00 committed by Dimo Karaivanov
parent ee3931cdc2
commit e2fde02cf9
3 changed files with 9 additions and 8 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.2.2' apply false
id 'com.android.application' version '8.3.0' apply false
}