Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
3001d8e107 | |
|
8b746f6219 |
|
@ -39,7 +39,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.2.2"
|
||||
classpath "com.android.tools.build:gradle:7.2.1"
|
||||
classpath "com.google.gms:google-services:4.3.4"
|
||||
//add crashlytics only if the aar file is included
|
||||
classpath "com.google.firebase:firebase-crashlytics-gradle:2.3.0"
|
||||
|
@ -238,6 +238,9 @@ public class YourActivity extends AppCompatActivity {
|
|||
//set the SDK referrer for GA4 analytics
|
||||
bundle.putString(TaConstants.TA_REFERRER, "referrer");
|
||||
|
||||
//querystring-like list of parameters to pass to GA4 analytics
|
||||
bundle.putString(TaConstants.TA_EXTRA_GA4_PARAMS, "param1=value1¶m2=value2¶m3=value3");
|
||||
|
||||
return bundle;
|
||||
}
|
||||
}
|
||||
|
@ -259,7 +262,7 @@ the following constants are required by SDK otherwise there will be some inconsi
|
|||
|
||||
the following constant can be used for debug builds ONLY, to monitor the load time performances
|
||||
```java
|
||||
bundle.putBoolean(TaConstants.TA_ENABLE_DEBUGGER_KEY, true);
|
||||
bundle.putBoolean(TaConstants.TA_ENABLE_DEBUGGER, true);
|
||||
```
|
||||
|
||||
1. The activity that load TaFragment must implement the following interface *DefaultHardwareBackBtnHandler*
|
||||
|
|
|
@ -11,7 +11,7 @@ buildscript {
|
|||
}*/
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.2.2"
|
||||
classpath "com.android.tools.build:gradle:7.2.1"
|
||||
classpath "com.google.gms:google-services:4.3.4"
|
||||
//use the version suggested by react-native-firebase
|
||||
//classpath "com.google.firebase:firebase-crashlytics-gradle:2.3.0"
|
||||
|
@ -286,7 +286,7 @@ publishing {
|
|||
tatecnaviareactnativebridge(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-bridge'
|
||||
version '1.3.11'
|
||||
version '1.3.12'
|
||||
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
|
||||
}
|
||||
|
||||
|
@ -479,7 +479,7 @@ dependencies {
|
|||
implementation "tecnavia:react-native-volume-control:1.0.1"
|
||||
implementation "tecnavia:react-native-webview:12.4.0"
|
||||
implementation "tecnavia:rn-fetch-blob:0.11.2"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.3.11"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.3.12"
|
||||
implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0"
|
||||
implementation "tecnavia:tecnavia_react-native-dfp:1.5.0"
|
||||
implementation "tecnavia:tecnavia_react-native-geolocation:3.0.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
android.useAndroidX=true
|
||||
|
||||
APP_NAME=Android SDK
|
||||
APP_VERSION_NAME=3.18.09
|
||||
APP_VERSION_CODE=1742893448916
|
||||
APP_VERSION_NAME=3.18.14
|
||||
APP_VERSION_CODE=1744811405810
|
||||
ANDROID_APP_ID=com.tecnaviaapplication
|
||||
IS_ADDON=true
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 134 B |
Binary file not shown.
After Width: | Height: | Size: 100 B |
Binary file not shown.
After Width: | Height: | Size: 913 B |
Binary file not shown.
After Width: | Height: | Size: 134 B |
Binary file not shown.
After Width: | Height: | Size: 167 B |
Binary file not shown.
After Width: | Height: | Size: 207 B |
Loading…
Reference in New Issue