new build
This commit is contained in:
parent
9178620e27
commit
ed002f42cb
|
@ -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));
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -56,3 +56,4 @@ com.brentvatne.react.ReactVideoPackage
|
|||
com.wenkesj.voice.VoicePackage
|
||||
com.reactnativecommunity.webview.RNCWebViewPackage
|
||||
com.RNFetchBlob.RNFetchBlobPackage
|
||||
com.blueconic.reactnative.BlueConicClientPackage
|
Loading…
Reference in New Issue