diff --git a/README.md b/README.md index c89f6ce..221e22f 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,12 @@ public class YourActivity extends AppCompatActivity { //TODO implement it and return true if you consume the event return false; } + + @Override + public boolean handleTokenExpired(){ + //TODO implement it and return true if you consume the event + return false; + } }) .setBuildProps(getBuildProps()); @@ -208,6 +214,7 @@ public class YourActivity extends AppCompatActivity { bundle.putString(TaConstants.TA_PSETUP, "replace_with_psetup"); bundle.putString(TaConstants.TA_MACHINE, "replace_with_server"); 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 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)); diff --git a/build.gradle b/build.gradle index ce177c3..217abc9 100644 --- a/build.gradle +++ b/build.gradle @@ -328,7 +328,7 @@ publishing { tatecnaviareactnativebridge(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-bridge' - version '1.2.12' + version '1.2.15' artifact("$libsDirName/tecnavia_react-native-bridge-release.aar") } @@ -342,7 +342,7 @@ publishing { tatecnaviareactnativedfp(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-dfp' - version '1.3.1' + version '1.4.0' 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-webview:11.17.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-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-navigation-bar-color:2.0.2" implementation "tecnavia:tecnavia_react-native-pdf:5.1.6" diff --git a/gradle.properties b/gradle.properties index 15acb8a..010da9c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true APP_NAME=Android SDK -APP_VERSION_NAME=3.11.00 -APP_VERSION_CODE=1709827221114 +APP_VERSION_NAME=3.11.02 +APP_VERSION_CODE=1711010860205 ANDROID_APP_ID=com.tecnaviaapplication IS_ADDON=true diff --git a/libs/tecnavia_react-native-bridge-release.aar b/libs/tecnavia_react-native-bridge-release.aar index e5096d7..6da8dc2 100644 Binary files a/libs/tecnavia_react-native-bridge-release.aar and b/libs/tecnavia_react-native-bridge-release.aar differ diff --git a/src/main/assets/index.android.bundle b/src/main/assets/index.android.bundle index 1b2ad29..1e4a2ca 100644 Binary files a/src/main/assets/index.android.bundle and b/src/main/assets/index.android.bundle differ diff --git a/src/main/assets/packages.txt b/src/main/assets/packages.txt index 898713d..04adb07 100644 --- a/src/main/assets/packages.txt +++ b/src/main/assets/packages.txt @@ -56,3 +56,4 @@ com.brentvatne.react.ReactVideoPackage com.wenkesj.voice.VoicePackage com.reactnativecommunity.webview.RNCWebViewPackage com.RNFetchBlob.RNFetchBlobPackage +com.blueconic.reactnative.BlueConicClientPackage \ No newline at end of file