Compare commits
No commits in common. "main" and "3.24.03" have entirely different histories.
|
@ -1,3 +1,2 @@
|
|||
.DS_Store
|
||||
.gradle
|
||||
build
|
|
@ -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.05 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
|
||||
git clone --depth 1 --branch 3.24.03 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.05
|
||||
git checkout tags/3.24.03
|
||||
```
|
||||
|
||||
### Package contents
|
||||
|
|
|
@ -293,7 +293,7 @@ publishing {
|
|||
tatecnaviareactnativeutils(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-utils'
|
||||
version '1.7.6'
|
||||
version '1.7.5'
|
||||
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.6"
|
||||
implementation "tecnavia:tecnavia_react-native-utils:1.7.5"
|
||||
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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
android.useAndroidX=true
|
||||
|
||||
APP_NAME=Android SDK
|
||||
APP_VERSION_NAME=3.24.05
|
||||
APP_VERSION_CODE=1760088728876
|
||||
APP_VERSION_NAME=3.24.03
|
||||
APP_VERSION_CODE=1759394914569
|
||||
ANDROID_APP_ID=com.tecnaviaapplication
|
||||
IS_ADDON=true
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue