Compare commits

..

1 Commits

Author SHA1 Message Date
Nick d532a8d6bb Update README.md 2025-04-17 10:50:13 +02:00
1 changed files with 8 additions and 7 deletions

View File

@ -12,17 +12,18 @@ 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)
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) You must use git to download the sdk from [repository](https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk)
2. Once the key is generate you must send to Tecnavia the public key and wait a confirmation that you are enabled
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) 1. Inside root folder run the following command:
```sh ```sh
git clone --depth 1 --brach TAG git@github.com:tecnaviapress/newsmemory-android-sdk.git git clone --depth 1 --branch 3.18.14 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
``` ```
4. 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/TAG git checkout tags/3.18.14
``` ```
<a name="installation"></a> <a name="installation"></a>
## Installation ## Installation