Compare commits

..

No commits in common. "main" and "3.16.14" have entirely different histories.

6 changed files with 20743 additions and 20889 deletions

View File

@ -244,7 +244,7 @@ publishing {
tareactnativetts(MavenPublication) { tareactnativetts(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'react-native-tts' artifactId 'react-native-tts'
version '4.1.1' version '4.1.0'
artifact("$libsDirName/react-native-tts-release.aar") artifact("$libsDirName/react-native-tts-release.aar")
} }
@ -293,7 +293,7 @@ publishing {
tatecnaviareactnativebridge(MavenPublication) { tatecnaviareactnativebridge(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-bridge' artifactId 'tecnavia_react-native-bridge'
version '1.3.8' version '1.3.6'
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar") artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
} }
@ -480,14 +480,14 @@ dependencies {
implementation "tecnavia:react-native-svg:15.7.1" implementation "tecnavia:react-native-svg:15.7.1"
implementation "tecnavia:react-native-tecnavia-utils:1.3.1" implementation "tecnavia:react-native-tecnavia-utils:1.3.1"
implementation "tecnavia:react-native-text-size:3.0.0" implementation "tecnavia:react-native-text-size:3.0.0"
implementation "tecnavia:react-native-tts:4.1.1" implementation "tecnavia:react-native-tts:4.1.0"
implementation "tecnavia:react-native-uuid-generator:6.1.1" implementation "tecnavia:react-native-uuid-generator:6.1.1"
implementation "tecnavia:react-native-vector-icons:8.1.0" implementation "tecnavia:react-native-vector-icons:8.1.0"
implementation "tecnavia:react-native-video:5.2.1" implementation "tecnavia:react-native-video:5.2.1"
implementation "tecnavia:react-native-volume-control:1.0.1" implementation "tecnavia:react-native-volume-control:1.0.1"
implementation "tecnavia:react-native-webview:12.4.0" implementation "tecnavia:react-native-webview:12.4.0"
implementation "tecnavia:rn-fetch-blob:0.11.2" implementation "tecnavia:rn-fetch-blob:0.11.2"
api "tecnavia:tecnavia_react-native-bridge:1.3.8" api "tecnavia:tecnavia_react-native-bridge:1.3.6"
implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0" implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0"
implementation "tecnavia:tecnavia_react-native-dfp:1.5.0" implementation "tecnavia:tecnavia_react-native-dfp:1.5.0"
implementation "tecnavia:tecnavia_react-native-geolocation:3.0.1" implementation "tecnavia:tecnavia_react-native-geolocation:3.0.1"

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.17.02 APP_VERSION_NAME=3.16.14
APP_VERSION_CODE=1736264169881 APP_VERSION_CODE=1734693746919
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,7 @@ com.rtmalone.volumecontrol.RNVolumeControlPackage
com.levelasquez.androidopensettings.AndroidOpenSettingsPackage com.levelasquez.androidopensettings.AndroidOpenSettingsPackage
com.chirag.RNMail.RNMail com.chirag.RNMail.RNMail
net.no_mad.tts.TextToSpeechPackage net.no_mad.tts.TextToSpeechPackage
com.idehub.GoogleAnalyticsBridge.GoogleAnalyticsBridgePackage
com.lugg.ReactNativeConfig.ReactNativeConfigPackage com.lugg.ReactNativeConfig.ReactNativeConfigPackage
org.pgsqlite.SQLitePluginPackage org.pgsqlite.SQLitePluginPackage
com.swmansion.gesturehandler.react.RNGestureHandlerPackage com.swmansion.gesturehandler.react.RNGestureHandlerPackage