new version 3.24.05.rc

This commit is contained in:
Nick 2025-10-10 12:22:31 +02:00
parent 9762e968b6
commit 646056c7e8
5 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store .DS_Store
.gradle .gradle
build

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.24.03 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git git clone --depth 1 --branch 3.24.05 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.24.03 git checkout tags/3.24.05
``` ```
### Package contents ### Package contents

View File

@ -293,7 +293,7 @@ publishing {
tatecnaviareactnativeutils(MavenPublication) { tatecnaviareactnativeutils(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-utils' artifactId 'tecnavia_react-native-utils'
version '1.7.5' version '1.7.6'
artifact("$libsDirName/tecnavia_react-native-utils-release.aar") artifact("$libsDirName/tecnavia_react-native-utils-release.aar")
} }
@ -445,7 +445,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.7.5" implementation "tecnavia:tecnavia_react-native-utils:1.7.6"
implementation "tecnavia:tecnavia_react-native-web-analytics:1.2.0" implementation "tecnavia:tecnavia_react-native-web-analytics:1.2.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.80.2" api "tecnavia:react-native:0.80.2"

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.24.03 APP_VERSION_NAME=3.24.05
APP_VERSION_CODE=1759394914569 APP_VERSION_CODE=1760088728876
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

Binary file not shown.