Compare commits
3 Commits
38228e620b
...
07850883ab
Author | SHA1 | Date |
---|---|---|
amauri | 07850883ab | |
amauri | ed002f42cb | |
amauri | 9178620e27 |
|
@ -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));
|
||||||
|
|
24
build.gradle
24
build.gradle
|
@ -297,13 +297,6 @@ publishing {
|
||||||
artifact("$libsDirName/react-native-vector-icons-release.aar")
|
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) {
|
tareactnativevideo(MavenPublication) {
|
||||||
groupId 'tecnavia'
|
groupId 'tecnavia'
|
||||||
artifactId 'react-native-video'
|
artifactId 'react-native-video'
|
||||||
|
@ -335,17 +328,10 @@ 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")
|
||||||
}
|
}
|
||||||
|
|
||||||
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) {
|
tatecnaviareactnativedefaultpreference(MavenPublication) {
|
||||||
groupId 'tecnavia'
|
groupId 'tecnavia'
|
||||||
artifactId 'tecnavia_react-native-default-preference'
|
artifactId 'tecnavia_react-native-default-preference'
|
||||||
|
@ -356,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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -535,15 +521,13 @@ dependencies {
|
||||||
implementation "tecnavia:react-native-tts:4.1.0"
|
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-viafoura:1.0.1"
|
|
||||||
implementation "tecnavia:react-native-video:5.1.1"
|
implementation "tecnavia:react-native-video:5.1.1"
|
||||||
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-dailymotion-sdk:1.1.0"
|
|
||||||
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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
APP_NAME=Android SDK
|
APP_NAME=Android SDK
|
||||||
APP_VERSION_NAME=3.10.05
|
APP_VERSION_NAME=3.11.02
|
||||||
APP_VERSION_CODE=1709651777174
|
APP_VERSION_CODE=1711011830006
|
||||||
ANDROID_APP_ID=com.tecnaviaapplication
|
ANDROID_APP_ID=com.tecnaviaapplication
|
||||||
IS_ADDON=true
|
IS_ADDON=true
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue