new build

This commit is contained in:
amauri 2024-03-21 09:47:43 +01:00
parent 9178620e27
commit ed002f42cb
6 changed files with 14 additions and 6 deletions

View File

@ -194,6 +194,12 @@ public class YourActivity extends AppCompatActivity {
//TODO implement it and return true if you consume the event //TODO implement it and return true if you consume the event
return false; return false;
} }
@Override
public boolean handleTokenExpired(){
//TODO implement it and return true if you consume the event
return false;
}
}) })
.setBuildProps(getBuildProps()); .setBuildProps(getBuildProps());
@ -208,6 +214,7 @@ public class YourActivity extends AppCompatActivity {
bundle.putString(TaConstants.TA_PSETUP, "replace_with_psetup"); bundle.putString(TaConstants.TA_PSETUP, "replace_with_psetup");
bundle.putString(TaConstants.TA_MACHINE, "replace_with_server"); bundle.putString(TaConstants.TA_MACHINE, "replace_with_server");
bundle.putString(TaConstants.TA_LOCALE, "en"); bundle.putString(TaConstants.TA_LOCALE, "en");
bundle.putString(TaConstants.TA_TOKEN, "replace with a valid token");
//the value inside R.string will be avilable after first build //the value inside R.string will be avilable after first build
bundle.putString(TaConstants.TA_APP_VERSION_NAME, getString(com.tecnavia.sdk.R.string.APP_VERSION_NAME)); bundle.putString(TaConstants.TA_APP_VERSION_NAME, getString(com.tecnavia.sdk.R.string.APP_VERSION_NAME));
bundle.putString(TaConstants.TA_APP_VERSION_CODE, getString(com.tecnavia.sdk.R.string.APP_VERSION_CODE)); bundle.putString(TaConstants.TA_APP_VERSION_CODE, getString(com.tecnavia.sdk.R.string.APP_VERSION_CODE));

View File

@ -328,7 +328,7 @@ publishing {
tatecnaviareactnativebridge(MavenPublication) { tatecnaviareactnativebridge(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-bridge' artifactId 'tecnavia_react-native-bridge'
version '1.2.12' version '1.2.15'
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar") artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
} }
@ -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.3.1' version '1.4.0'
artifact("$libsDirName/tecnavia_react-native-dfp-release.aar") artifact("$libsDirName/tecnavia_react-native-dfp-release.aar")
} }
@ -525,9 +525,9 @@ dependencies {
implementation "tecnavia:react-native-volume-control:1.0.1" implementation "tecnavia:react-native-volume-control:1.0.1"
implementation "tecnavia:react-native-webview:11.17.2" implementation "tecnavia:react-native-webview:11.17.2"
implementation "tecnavia:rn-fetch-blob:0.11.2" implementation "tecnavia:rn-fetch-blob:0.11.2"
api "tecnavia:tecnavia_react-native-bridge:1.2.12" 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.3.1" implementation "tecnavia:tecnavia_react-native-dfp:1.4.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.00 APP_VERSION_NAME=3.11.02
APP_VERSION_CODE=1709827221114 APP_VERSION_CODE=1711010860205
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

Binary file not shown.

View File

@ -56,3 +56,4 @@ 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