Version 3.13.00

This commit is contained in:
amauri 2024-04-25 16:32:53 +02:00
parent b0ace6e70e
commit cb999d87cc
53 changed files with 15 additions and 1 deletions

View File

@ -544,6 +544,7 @@ dependencies {
api "tecnavia:react-native:0.67.5"
implementation "tecnavia:hermes:1.0.0"
//the below dependencies works, if you change the versions something could not work well
implementation "org.webkit:android-jsc:+"
//androidx dependencies
@ -584,12 +585,25 @@ dependencies {
implementation "com.google.android.gms:play-services-base:$playServiceBaseVersion"
//used by react-native-google-analytics-bridge ga3
//try to use the same version of firebase-core
//use the same version of play-services-analytics
//used by react-native-prebid, react-native-admob and react-native-dfp packages
implementation "com.google.android.gms:play-services-ads:$playServiceAdsVersion"
//used by react-native-maps package
//used by @firebase/app
//firebase
//okhttp
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okHttpVersion"

View File

@ -2,6 +2,6 @@ android.useAndroidX=true
APP_NAME=Android SDK
APP_VERSION_NAME=3.13.00
APP_VERSION_CODE=1714050140775
APP_VERSION_CODE=1714052402893
ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.