From cbeac8c673f710198611a028148787698b725b23 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Mon, 26 Aug 2024 14:47:11 +0530 Subject: [PATCH] docs: Update Android documentation to fix small typo --- android/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/README.md b/android/README.md index 5dc552c..dda3d7f 100644 --- a/android/README.md +++ b/android/README.md @@ -99,13 +99,13 @@ You can test the changes by running any Android application and including the SD } } ``` - > [!TIP] - > There are some reports that the `mavenLocal()` repository is not being resolved in the `settings.gradle` file. To - > resolve this issue, please refer to this StackOverflow [thread](https://stackoverflow.com/questions/32107205/gradle-does-not-use-the-maven-local-repository-for-a-new-dependency). + > [!TIP] + > There are some reports that the `mavenLocal()` repository is not being resolved in the `settings.gradle` file. To + > resolve this issue, please refer to this StackOverflow [thread](https://stackoverflow.com/questions/32107205/gradle-does-not-use-the-maven-local-repository-for-a-new-dependency). 3. Build and run the sample application using the above mentioned [documentation](https://github.com/wso2/samples-is/blob/master/petcare-sample/b2c/mobile-app/petcare-with-sdk/README.md). ### Create a Pull Request -After testing the changes, you can create a pull request to the [asgardeo/mobile-ui-sdks](https://github.com/asgardeo/mobile-ui-sdks/) repository. For more details about this, refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file. \ No newline at end of file +After testing the changes, you can create a pull request to the [asgardeo/mobile-ui-sdks](https://github.com/asgardeo/mobile-ui-sdks/) repository. For more details about this, refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file.