Merge branch 'develop' into feature/RefactoringGestioneColli

This commit is contained in:
2025-07-14 16:14:57 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 515
def appVersionName = '1.47.02'
def appVersionCode = 516
def appVersionName = '1.47.03'
signingConfigs {
release {

View File

@@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '2.1.0'
agp_version = '8.11.0'
agp_version = '8.11.1'
}
repositories {