Compare commits

..

No commits in common. "07850883ab25396eaea8611ad86badbb8e1408fe" and "38228e620bd35e7cda47215be32343f5c0c5f6c3" have entirely different histories.

8 changed files with 22 additions and 14 deletions

View File

@ -194,12 +194,6 @@ 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());
@ -214,7 +208,6 @@ 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));

View File

@ -297,6 +297,13 @@ publishing {
artifact("$libsDirName/react-native-vector-icons-release.aar")
}
tareactnativeviafoura(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native-viafoura'
version '1.0.1'
artifact("$libsDirName/react-native-viafoura-release.aar")
}
tareactnativevideo(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native-video'
@ -328,10 +335,17 @@ publishing {
tatecnaviareactnativebridge(MavenPublication) {
groupId 'tecnavia'
artifactId 'tecnavia_react-native-bridge'
version '1.2.15'
version '1.2.12'
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
}
tatecnaviareactnativedailymotionsdk(MavenPublication) {
groupId 'tecnavia'
artifactId 'tecnavia_react-native-dailymotion-sdk'
version '1.1.0'
artifact("$libsDirName/tecnavia_react-native-dailymotion-sdk-release.aar")
}
tatecnaviareactnativedefaultpreference(MavenPublication) {
groupId 'tecnavia'
artifactId 'tecnavia_react-native-default-preference'
@ -342,7 +356,7 @@ publishing {
tatecnaviareactnativedfp(MavenPublication) {
groupId 'tecnavia'
artifactId 'tecnavia_react-native-dfp'
version '1.4.0'
version '1.3.1'
artifact("$libsDirName/tecnavia_react-native-dfp-release.aar")
}
@ -521,13 +535,15 @@ dependencies {
implementation "tecnavia:react-native-tts:4.1.0"
implementation "tecnavia:react-native-uuid-generator:6.1.1"
implementation "tecnavia:react-native-vector-icons:8.1.0"
implementation "tecnavia:react-native-viafoura:1.0.1"
implementation "tecnavia:react-native-video:5.1.1"
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.15"
api "tecnavia:tecnavia_react-native-bridge:1.2.12"
implementation "tecnavia:tecnavia_react-native-dailymotion-sdk:1.1.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.3.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-pdf:5.1.6"

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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