new version 3.30.00
|
|
@ -20,12 +20,12 @@ You must use git to download the sdk from [repository](https://pubgit.newsmemory
|
|||
1. Inside root folder run the following command:
|
||||
|
||||
```sh
|
||||
git clone --depth 1 --branch 3.28.04 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
|
||||
git clone --depth 1 --branch 3.30.00 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
|
||||
```
|
||||
2. If you already have the module you could update to another release launching the following commands:
|
||||
```sh
|
||||
cd newsmemory-android-sdk
|
||||
git checkout tags/3.28.04
|
||||
git checkout tags/3.30.00
|
||||
```
|
||||
|
||||
### Package contents
|
||||
|
|
|
|||
24
build.gradle
|
|
@ -59,6 +59,13 @@ publishing {
|
|||
artifact("$libsDirName/react-native-async-storage_async-storage-release.aar")
|
||||
}
|
||||
|
||||
tareactnativeclipboardclipboard(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-clipboard_clipboard'
|
||||
version '1.16.3'
|
||||
artifact("$libsDirName/react-native-clipboard_clipboard-release.aar")
|
||||
}
|
||||
|
||||
tareactnativecolormatriximagefilters(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-color-matrix-image-filters'
|
||||
|
|
@ -143,6 +150,13 @@ publishing {
|
|||
artifact("$libsDirName/react-native-mail-release.aar")
|
||||
}
|
||||
|
||||
tareactnativeorientationlocker(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-orientation-locker'
|
||||
version '1.7.0'
|
||||
artifact("$libsDirName/react-native-orientation-locker-release.aar")
|
||||
}
|
||||
|
||||
tareactnativepagerview(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-pager-view'
|
||||
|
|
@ -328,7 +342,7 @@ publishing {
|
|||
tatecnaviareactnativebridge(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-bridge'
|
||||
version '1.12.0'
|
||||
version '1.13.0'
|
||||
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
|
||||
}
|
||||
|
||||
|
|
@ -342,7 +356,7 @@ publishing {
|
|||
tatecnaviareactnativedfp(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-dfp'
|
||||
version '1.7.0'
|
||||
version '1.8.0'
|
||||
artifact("$libsDirName/tecnavia_react-native-dfp-release.aar")
|
||||
}
|
||||
|
||||
|
|
@ -496,6 +510,7 @@ dependencies {
|
|||
implementation "tecnavia:d11_react-native-fast-image:8.12.0"
|
||||
implementation "tecnavia:react-native-android-open-settings:1.3.0"
|
||||
implementation "tecnavia:react-native-async-storage_async-storage:2.0.0"
|
||||
implementation "tecnavia:react-native-clipboard_clipboard:1.16.3"
|
||||
implementation "tecnavia:react-native-color-matrix-image-filters:7.0.2"
|
||||
implementation "tecnavia:react-native-community_netinfo:11.4.1"
|
||||
implementation "tecnavia:react-native-config:1.4.11"
|
||||
|
|
@ -508,6 +523,7 @@ dependencies {
|
|||
implementation "tecnavia:react-native-image-marker:1.2.6"
|
||||
implementation "tecnavia:react-native-linear-gradient:2.8.3"
|
||||
implementation "tecnavia:react-native-mail:6.1.1"
|
||||
implementation "tecnavia:react-native-orientation-locker:1.7.0"
|
||||
implementation "tecnavia:react-native-pager-view:6.8.1"
|
||||
implementation "tecnavia:react-native-reanimated:3.19.1"
|
||||
implementation "tecnavia:react-native-safe-area-context:5.6.1"
|
||||
|
|
@ -534,9 +550,9 @@ dependencies {
|
|||
implementation "tecnavia:react-native-volume-manager:2.0.8"
|
||||
implementation "tecnavia:react-native-webview:13.14.2"
|
||||
implementation "tecnavia:rn-fetch-blob:0.11.2"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.12.0"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.13.0"
|
||||
implementation "tecnavia:tecnavia_react-native-default-preference:1.6.0"
|
||||
implementation "tecnavia:tecnavia_react-native-dfp:1.7.0"
|
||||
implementation "tecnavia:tecnavia_react-native-dfp:1.8.0"
|
||||
implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.1.0"
|
||||
implementation "tecnavia:tecnavia_react-native-pdf:5.5.1"
|
||||
implementation "tecnavia:tecnavia_react-native-print:0.7.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
android.useAndroidX=true
|
||||
|
||||
APP_NAME=Android SDK
|
||||
APP_VERSION_NAME=3.28.04
|
||||
APP_VERSION_CODE=1769003841314
|
||||
APP_VERSION_NAME=3.30.00
|
||||
APP_VERSION_CODE=1770630279016
|
||||
ANDROID_APP_ID=com.tecnaviaapplication
|
||||
IS_ADDON=true
|
||||
|
|
|
|||
|
|
@ -58,3 +58,5 @@ com.heanoria.library.reactnative.locationenabler.AndroidLocationEnablerPackage
|
|||
com.zoontek.rnpermissions.RNPermissionsPackage
|
||||
it.innove.BleManagerPackage
|
||||
com.storeagesignalsnativemodules.RNAgeVerificationPackage
|
||||
com.reactnativecommunity.clipboard.ClipboardPackage
|
||||
org.wonday.orientation.OrientationPackage
|
||||
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 15 KiB |