1
0
Fork 0

upgraded gradle 8.4 -> 8.6, android.application 8.3.2 -> 8.4.0

This commit is contained in:
sspanak 2024-05-14 11:41:14 +03:00
parent e74a532e66
commit 7bf341ee9e
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.3.2' apply false
id 'com.android.application' version '8.4.0' apply false
}