new version 3.28.04

This commit is contained in:
Nick 2026-01-21 16:45:18 +01:00
parent c694fd189c
commit 2b5253555f
6 changed files with 8 additions and 16 deletions

View File

@ -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: 1. Inside root folder run the following command:
```sh ```sh
git clone --depth 1 --branch 3.27.00 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git git clone --depth 1 --branch 3.28.04 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: 2. If you already have the module you could update to another release launching the following commands:
```sh ```sh
cd newsmemory-android-sdk cd newsmemory-android-sdk
git checkout tags/3.27.00 git checkout tags/3.28.04
``` ```
### Package contents ### Package contents

View File

@ -304,13 +304,6 @@ publishing {
artifact("$libsDirName/react-native-vector-icons_zocial-release.aar") artifact("$libsDirName/react-native-vector-icons_zocial-release.aar")
} }
tareactnativevideo(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native-video'
version '5.2.1'
artifact("$libsDirName/react-native-video-release.aar")
}
tareactnativevolumemanager(MavenPublication) { tareactnativevolumemanager(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'react-native-volume-manager' artifactId 'react-native-volume-manager'
@ -384,7 +377,7 @@ publishing {
tatecnaviareactnativeutils(MavenPublication) { tatecnaviareactnativeutils(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-utils' artifactId 'tecnavia_react-native-utils'
version '1.8.0' version '1.9.1'
artifact("$libsDirName/tecnavia_react-native-utils-release.aar") artifact("$libsDirName/tecnavia_react-native-utils-release.aar")
} }
@ -538,7 +531,6 @@ dependencies {
implementation "tecnavia:react-native-vector-icons_octicons:20.3.0" implementation "tecnavia:react-native-vector-icons_octicons:20.3.0"
implementation "tecnavia:react-native-vector-icons_simple-line-icons:12.3.0" implementation "tecnavia:react-native-vector-icons_simple-line-icons:12.3.0"
implementation "tecnavia:react-native-vector-icons_zocial:12.3.0" implementation "tecnavia:react-native-vector-icons_zocial:12.3.0"
implementation "tecnavia:react-native-video:5.2.1"
implementation "tecnavia:react-native-volume-manager:2.0.8" implementation "tecnavia:react-native-volume-manager:2.0.8"
implementation "tecnavia:react-native-webview:13.14.2" implementation "tecnavia:react-native-webview:13.14.2"
implementation "tecnavia:rn-fetch-blob:0.11.2" implementation "tecnavia:rn-fetch-blob:0.11.2"
@ -549,7 +541,7 @@ dependencies {
implementation "tecnavia:tecnavia_react-native-pdf:5.5.1" implementation "tecnavia:tecnavia_react-native-pdf:5.5.1"
implementation "tecnavia:tecnavia_react-native-print:0.7.0" implementation "tecnavia:tecnavia_react-native-print:0.7.0"
implementation "tecnavia:tecnavia_react-native-sqlite-storage:3.5.0" implementation "tecnavia:tecnavia_react-native-sqlite-storage:3.5.0"
implementation "tecnavia:tecnavia_react-native-utils:1.8.0" implementation "tecnavia:tecnavia_react-native-utils:1.9.1"
implementation "tecnavia:tecnavia_react-native-web-analytics:1.3.0" implementation "tecnavia:tecnavia_react-native-web-analytics:1.3.0"
implementation "tecnavia:tecnavia_react-native-zip-archive:5.3.0" implementation "tecnavia:tecnavia_react-native-zip-archive:5.3.0"
api "tecnavia:react-native:0.81.5" api "tecnavia:react-native:0.81.5"
@ -616,5 +608,4 @@ dependencies {
implementation "net.lingala:zip4j:1.3.3" implementation "net.lingala:zip4j:1.3.3"
implementation "com.jakewharton.timber:timber:4.7.1" implementation "com.jakewharton.timber:timber:4.7.1"
implementation "me.relex:photodraweeview:1.1.3" implementation "me.relex:photodraweeview:1.1.3"
implementation 'com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b'
} }

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.27.00 APP_VERSION_NAME=3.28.04
APP_VERSION_CODE=1763723160435 APP_VERSION_CODE=1769003841314
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

Binary file not shown.

Binary file not shown.

View File

@ -57,3 +57,4 @@ com.reactnativecommunity.geolocation.GeolocationPackage
com.heanoria.library.reactnative.locationenabler.AndroidLocationEnablerPackage com.heanoria.library.reactnative.locationenabler.AndroidLocationEnablerPackage
com.zoontek.rnpermissions.RNPermissionsPackage com.zoontek.rnpermissions.RNPermissionsPackage
it.innove.BleManagerPackage it.innove.BleManagerPackage
com.storeagesignalsnativemodules.RNAgeVerificationPackage