{"id":18789444,"url":"https://github.com/meniga/mobile-sdk-android","last_synced_at":"2025-04-13T13:32:39.169Z","repository":{"id":19830849,"uuid":"88030300","full_name":"meniga/mobile-sdk-android","owner":"meniga","description":"SDK For Android devices","archived":false,"fork":false,"pushed_at":"2023-07-31T08:23:41.000Z","size":3643,"stargazers_count":5,"open_issues_count":10,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-17T11:10:57.366Z","etag":null,"topics":["android","mobile"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meniga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-12T08:48:41.000Z","updated_at":"2024-01-04T12:13:05.000Z","dependencies_parsed_at":"2023-02-18T04:45:55.748Z","dependency_job_id":null,"html_url":"https://github.com/meniga/mobile-sdk-android","commit_stats":null,"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meniga%2Fmobile-sdk-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meniga%2Fmobile-sdk-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meniga%2Fmobile-sdk-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meniga%2Fmobile-sdk-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meniga","download_url":"https://codeload.github.com/meniga/mobile-sdk-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223589154,"owners_count":17169897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","mobile"],"created_at":"2024-11-07T21:07:35.425Z","updated_at":"2024-11-07T21:07:36.092Z","avatar_url":"https://github.com/meniga.png","language":"Java","readme":"![Meniga](https://github.com/meniga/mobile-sdk-ios/raw/master/logo.png)\n\nmobile-sdk-android\n====\n[![Download](https://maven-badges.herokuapp.com/maven-central/com.meniga.sdk/sdk-android/badge.svg)](https://mvnrepository.com/artifact/com.meniga.sdk/sdk-android/latest)\n[![Tests](https://github.com/meniga/mobile-sdk-android/actions/workflows/tests.yml/badge.svg)](https://github.com/meniga/mobile-sdk-android/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/gh/meniga/mobile-sdk-android/branch/master/graph/badge.svg)](https://codecov.io/gh/meniga/mobile-sdk-android)\n[![javadoc](https://javadoc-badge.appspot.com/com.meniga.sdk/sdk-android.svg?label=javadoc)](https://javadoc-badge.appspot.com/com.meniga.sdk/sdk-android)\n\nMeniga helps banks use data to accelerate innovation and meaningful engagement by providing RESTful APIs on top of Meniga software products to improve and personalize the online banking experience for both individuals and corporate customers.\n\n## Getting started\nDevelopers for institutions implementing the Meniga REST API can use this sdk to communicate easily with the SDK and perform API operations. Please follow the setup guide in the documentation for further detail. Individuals making personalized implementations can point the SDK to their bank or financial institution's API URL to use their own data. You must however obtain some authentication information and pass it along to the SDK. See the documentation for further detail.\n\n## Basic usage\n\n```\nrepositories {\n  mavenCentral()\n}\n\ndependencies {\n  compile 'com.meniga.sdk:sdk-android:x.y.z'\n}\n```\n\nFor the latest release version code, check out https://github.com/meniga/mobile-sdk-android/releases\n\n## Snapshot usage\n\n```\nrepositories {\n  maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }\n}\n\ndependencies {\n  compile 'com.meniga.sdk:sdk-android:x.y.z-SNAPSHOT'\n}\n```\n\nFor more information please refer to [list of snapshots](https://oss.sonatype.org/content/repositories/snapshots/com/meniga/sdk/sdk-android/).\n\n## Local development\n\nIn order to use an SDK that contains local changes you may start by checking the version as shown below.\n\n```\n$ ./gradlew currentVersion\n\n\u003e Task :currentVersion \n\nProject version: x.y.z-SNAPSHOT\n```\n\nThe next step is to publish the artifact to the local Maven repository.\n\n```\n$ ./gradlew publishToMavenLocal\n```\n\nIn the Android Application project add the missing local Maven repository and adjust the version of the artifact.\n\n```\nrepositories {\n  mavenLocal()\n  \n  ...\n}\n\ndependencies {\n  compile 'com.meniga.sdk:sdk-android:x.y.z-SNAPSHOT'\n}\n```\n\n## Changelog\nThe changelog can be found in the [release section](https://github.com/meniga/mobile-sdk-android/releases)\n\n## License\nThe Meniga SDK for Android is published under the [MIT license](LICENSE.txt).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniga%2Fmobile-sdk-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeniga%2Fmobile-sdk-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniga%2Fmobile-sdk-android/lists"}