new version 3.18.12

This commit is contained in:
Nick 2025-04-11 16:58:44 +02:00
parent a69ae6c7f7
commit 8b746f6219
11 changed files with 20663 additions and 19546 deletions

View File

@ -39,7 +39,7 @@ buildscript {
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:4.2.2" classpath "com.android.tools.build:gradle:7.2.1"
classpath "com.google.gms:google-services:4.3.4" classpath "com.google.gms:google-services:4.3.4"
//add crashlytics only if the aar file is included //add crashlytics only if the aar file is included
classpath "com.google.firebase:firebase-crashlytics-gradle:2.3.0" classpath "com.google.firebase:firebase-crashlytics-gradle:2.3.0"

View File

@ -11,7 +11,7 @@ buildscript {
}*/ }*/
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:4.2.2" classpath "com.android.tools.build:gradle:7.2.1"
classpath "com.google.gms:google-services:4.3.4" classpath "com.google.gms:google-services:4.3.4"
//use the version suggested by react-native-firebase //use the version suggested by react-native-firebase
//classpath "com.google.firebase:firebase-crashlytics-gradle:2.3.0" //classpath "com.google.firebase:firebase-crashlytics-gradle:2.3.0"

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.18.09 APP_VERSION_NAME=3.18.12
APP_VERSION_CODE=1742893448916 APP_VERSION_CODE=1744382517288
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

File diff suppressed because one or more lines are too long