new version 3.18.16

This commit is contained in:
Nick 2025-05-05 09:55:26 +02:00
parent 3d1bbd054c
commit 53c606ff2c
6 changed files with 1289 additions and 1038 deletions

View File

@ -18,12 +18,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.18.15 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git git clone --depth 1 --branch 3.18.16 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
``` ```
2. if you already has the module you could update to another release by the following commands 2. if you already has the module you could update to another release by the following commands
```sh ```sh
cd newsmemory-android-sdk cd newsmemory-android-sdk
git checkout tags/3.18.15 git checkout tags/3.18.16
``` ```
<a name="installation"></a> <a name="installation"></a>
## Installation ## Installation

View File

@ -223,7 +223,7 @@ publishing {
tareactnativetecnaviautils(MavenPublication) { tareactnativetecnaviautils(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'react-native-tecnavia-utils' artifactId 'react-native-tecnavia-utils'
version '1.3.1' version '1.3.2'
artifact("$libsDirName/react-native-tecnavia-utils-release.aar") artifact("$libsDirName/react-native-tecnavia-utils-release.aar")
} }
@ -335,7 +335,7 @@ publishing {
tatecnaviareactnativewebanalytics(MavenPublication) { tatecnaviareactnativewebanalytics(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-web-analytics' artifactId 'tecnavia_react-native-web-analytics'
version '1.0.2' version '1.1.1'
artifact("$libsDirName/tecnavia_react-native-web-analytics-release.aar") artifact("$libsDirName/tecnavia_react-native-web-analytics-release.aar")
} }
@ -470,7 +470,7 @@ dependencies {
implementation "tecnavia:react-native-splash-screen:3.2.0" implementation "tecnavia:react-native-splash-screen:3.2.0"
implementation "tecnavia:react-native-sqlite-storage:3.3.10" implementation "tecnavia:react-native-sqlite-storage:3.3.10"
implementation "tecnavia:react-native-svg:15.7.1" implementation "tecnavia:react-native-svg:15.7.1"
implementation "tecnavia:react-native-tecnavia-utils:1.3.1" implementation "tecnavia:react-native-tecnavia-utils:1.3.2"
implementation "tecnavia:react-native-text-size:3.0.0" implementation "tecnavia:react-native-text-size:3.0.0"
implementation "tecnavia:react-native-tts:4.1.1" implementation "tecnavia:react-native-tts:4.1.1"
implementation "tecnavia:react-native-uuid-generator:6.1.1" implementation "tecnavia:react-native-uuid-generator:6.1.1"
@ -486,7 +486,7 @@ dependencies {
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.8" implementation "tecnavia:tecnavia_react-native-pdf:5.1.8"
implementation "tecnavia:tecnavia_react-native-print:0.6.1" implementation "tecnavia:tecnavia_react-native-print:0.6.1"
implementation "tecnavia:tecnavia_react-native-web-analytics:1.0.2" implementation "tecnavia:tecnavia_react-native-web-analytics:1.1.1"
implementation "tecnavia:tecnavia_react-native-zip-archive:5.2.0" implementation "tecnavia:tecnavia_react-native-zip-archive:5.2.0"
api "tecnavia:react-native:0.70.15" api "tecnavia:react-native:0.70.15"
implementation "tecnavia:android-jsc:1.0.0" implementation "tecnavia:android-jsc:1.0.0"

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.18.15 APP_VERSION_NAME=3.18.16
APP_VERSION_CODE=1745333985376 APP_VERSION_CODE=1746431572918
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

File diff suppressed because one or more lines are too long