new build

This commit is contained in:
amauri 2024-03-28 08:49:09 +01:00
parent 07850883ab
commit ccc73618d7
5 changed files with 6 additions and 5 deletions

View File

@ -342,7 +342,7 @@ publishing {
tatecnaviareactnativedfp(MavenPublication) { tatecnaviareactnativedfp(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-dfp' artifactId 'tecnavia_react-native-dfp'
version '1.4.0' version '1.5.0'
artifact("$libsDirName/tecnavia_react-native-dfp-release.aar") artifact("$libsDirName/tecnavia_react-native-dfp-release.aar")
} }
@ -527,7 +527,7 @@ dependencies {
implementation "tecnavia:rn-fetch-blob:0.11.2" implementation "tecnavia:rn-fetch-blob:0.11.2"
api "tecnavia:tecnavia_react-native-bridge:1.2.15" api "tecnavia:tecnavia_react-native-bridge:1.2.15"
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.4.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"
implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.0.2" implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.0.2"
implementation "tecnavia:tecnavia_react-native-pdf:5.1.6" implementation "tecnavia:tecnavia_react-native-pdf:5.1.6"

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.11.02 APP_VERSION_NAME=3.12.00
APP_VERSION_CODE=1711011830006 APP_VERSION_CODE=1711612148554
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

Binary file not shown.

View File

@ -56,4 +56,5 @@ com.brentvatne.react.ReactVideoPackage
com.wenkesj.voice.VoicePackage com.wenkesj.voice.VoicePackage
com.reactnativecommunity.webview.RNCWebViewPackage com.reactnativecommunity.webview.RNCWebViewPackage
com.RNFetchBlob.RNFetchBlobPackage com.RNFetchBlob.RNFetchBlobPackage
com.blueconic.reactnative.BlueConicClientPackage com.blueconic.reactnative.BlueConicClientPackage
com.tecnavia.chartbeat.ChartBeatPackage