From 4ad0f2e278fd9661a7c06ea3b1722f77faad8660 Mon Sep 17 00:00:00 2001 From: Aman tonk Date: Fri, 29 Nov 2024 15:58:55 +0900 Subject: [PATCH] Update README.md (#77) --- README.md | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index d7f9594..5aa8e02 100644 --- a/README.md +++ b/README.md @@ -12,36 +12,9 @@ This **Komoju Mobile SDK** allows you to seamlessly integrate secure and reliabl [API DOCS](https://tech.degica.com/komoju-mobile-sdk//) ## Get Started - -### Android -#### Requirements -* Android API 24+ -* Gradle 8.X.X+ - -The Android SDK utilize the latest version of jetpack compose. - -#### Setup -```kotlin -dependencies { - implementation("com.komoju.mobile.sdk:android:") -} -``` - -Find Platform specific guide below. -* [Android](https://doc.komoju.com/docs/android) - -Or you can browse the [Android Sample](https://github.com/degica/komoju-mobile-sdk/tree/main/example-android) :) - -### Contribute -#### Android - -* Need Android Studio -* Make sure your server provides key and session or setup your own test server as per https://github.com/degica/komoju-mobile-sdk/tree/main/server -* create `local.properties` file and put server urls inside it, e.g. `TEST_SERVER_URL=` -* You should be able to run the demo app now. -* Raise Your PR. -* We will review, discuss and merge as per requirements - +Please follow the Platform specific docs as per below +* Android [https://doc.komoju.com/docs/android] +* iOS [https://doc.komoju.com/docs/ios] ## License MIT License