Compare commits

..

No commits in common. "main" and "3.18.14" have entirely different histories.

1 changed files with 7 additions and 8 deletions

View File

@ -12,18 +12,17 @@ Android SDK
<a name="import"></a> <a name="import"></a>
## Import ## Import
You must use git to download the sdk from [repository](https://github.com/tecnaviapress/newsmemory-android-sdk)
You must use git to download the sdk from [repository](https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk) 1. The repository is private, to clone it you must generate an ssh key, see the [guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
2. Once the key is generate you must send to Tecnavia the public key and wait a confirmation that you are enabled
1. Inside root folder run the following command: 3. Inside root folder run the following command, replace TAG with the latest release, see the list on [releases](https://github.com/tecnaviapress/newsmemory-android-sdk/releases)
```sh ```sh
git clone --depth 1 --branch 3.18.14 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git git clone --depth 1 --brach TAG git@github.com:tecnaviapress/newsmemory-android-sdk.git
``` ```
2. if you already has the module you could update to another release by the following commands 4. 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/TAG
``` ```
<a name="installation"></a> <a name="installation"></a>
## Installation ## Installation