new version 3.18.15
This commit is contained in:
parent
d532a8d6bb
commit
3d1bbd054c
|
@ -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.14 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
|
git clone --depth 1 --branch 3.18.15 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.14
|
git checkout tags/3.18.15
|
||||||
```
|
```
|
||||||
<a name="installation"></a>
|
<a name="installation"></a>
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
APP_NAME=Android SDK
|
APP_NAME=Android SDK
|
||||||
APP_VERSION_NAME=3.18.14
|
APP_VERSION_NAME=3.18.15
|
||||||
APP_VERSION_CODE=1744811405810
|
APP_VERSION_CODE=1745333985376
|
||||||
ANDROID_APP_ID=com.tecnaviaapplication
|
ANDROID_APP_ID=com.tecnaviaapplication
|
||||||
IS_ADDON=true
|
IS_ADDON=true
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue