Version 3.13.00
This commit is contained in:
parent
b0ace6e70e
commit
cb999d87cc
14
build.gradle
14
build.gradle
|
@ -544,6 +544,7 @@ dependencies {
|
||||||
api "tecnavia:react-native:0.67.5"
|
api "tecnavia:react-native:0.67.5"
|
||||||
implementation "tecnavia:hermes:1.0.0"
|
implementation "tecnavia:hermes:1.0.0"
|
||||||
|
|
||||||
|
|
||||||
//the below dependencies works, if you change the versions something could not work well
|
//the below dependencies works, if you change the versions something could not work well
|
||||||
implementation "org.webkit:android-jsc:+"
|
implementation "org.webkit:android-jsc:+"
|
||||||
//androidx dependencies
|
//androidx dependencies
|
||||||
|
@ -584,12 +585,25 @@ dependencies {
|
||||||
implementation "com.google.android.gms:play-services-base:$playServiceBaseVersion"
|
implementation "com.google.android.gms:play-services-base:$playServiceBaseVersion"
|
||||||
//used by react-native-google-analytics-bridge ga3
|
//used by react-native-google-analytics-bridge ga3
|
||||||
//try to use the same version of firebase-core
|
//try to use the same version of firebase-core
|
||||||
|
|
||||||
//use the same version of play-services-analytics
|
//use the same version of play-services-analytics
|
||||||
|
|
||||||
//used by react-native-prebid, react-native-admob and react-native-dfp packages
|
//used by react-native-prebid, react-native-admob and react-native-dfp packages
|
||||||
implementation "com.google.android.gms:play-services-ads:$playServiceAdsVersion"
|
implementation "com.google.android.gms:play-services-ads:$playServiceAdsVersion"
|
||||||
//used by react-native-maps package
|
//used by react-native-maps package
|
||||||
|
|
||||||
|
|
||||||
//used by @firebase/app
|
//used by @firebase/app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//firebase
|
//firebase
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//okhttp
|
//okhttp
|
||||||
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
|
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
|
||||||
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okHttpVersion"
|
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okHttpVersion"
|
||||||
|
|
|
@ -2,6 +2,6 @@ android.useAndroidX=true
|
||||||
|
|
||||||
APP_NAME=Android SDK
|
APP_NAME=Android SDK
|
||||||
APP_VERSION_NAME=3.13.00
|
APP_VERSION_NAME=3.13.00
|
||||||
APP_VERSION_CODE=1714050140775
|
APP_VERSION_CODE=1714052402893
|
||||||
ANDROID_APP_ID=com.tecnaviaapplication
|
ANDROID_APP_ID=com.tecnaviaapplication
|
||||||
IS_ADDON=true
|
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue