diff --git a/.gitignore b/.gitignore index 0706896..3603efa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store .gradle +build \ No newline at end of file diff --git a/README.md b/README.md index 8b7d419..3f94891 100644 --- a/README.md +++ b/README.md @@ -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.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: ```sh cd newsmemory-android-sdk -git checkout tags/3.24.03 +git checkout tags/3.24.05 ``` ### Package contents diff --git a/build.gradle b/build.gradle index e322f1c..1705d2a 100644 --- a/build.gradle +++ b/build.gradle @@ -293,7 +293,7 @@ publishing { tatecnaviareactnativeutils(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-utils' - version '1.7.5' + version '1.7.6' 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-print:0.7.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-zip-archive:5.3.0" api "tecnavia:react-native:0.80.2" diff --git a/gradle.properties b/gradle.properties index e350357..fbc92e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true APP_NAME=Android SDK -APP_VERSION_NAME=3.24.03 -APP_VERSION_CODE=1759394914569 +APP_VERSION_NAME=3.24.05 +APP_VERSION_CODE=1760088728876 ANDROID_APP_ID=com.tecnaviaapplication IS_ADDON=true diff --git a/src/main/assets/index.android.bundle b/src/main/assets/index.android.bundle index b1925eb..9eaa661 100644 Binary files a/src/main/assets/index.android.bundle and b/src/main/assets/index.android.bundle differ