Skip to content

Conversation

@amanna13
Copy link

@amanna13 amanna13 commented Jun 6, 2025

What does this PR do?

This PR corrects an inconsistency in the Android SDK setup instructions shown in the Appwrite Console.

Problem

The current instructions direct users to update configuration settings inside the following file: data/repository/AppwriteRepository.kt.
However, the configuration settings have since been refactored and are now located in: constants/AppwriteConfig.kt file. And are referenced inside AppwriteRepository.kt via .setProject(AppwriteConfig.APPWRITE_PROJECT_ID)

Fix

Updated the setup guide to point users to the correct file (AppwriteConfig.kt).

Screenshot: Actual location of all the configuration settings in constants/AppwriteConfig.kt

image

Test Plan

None

Related PRs and Issues

None

Have you read the [Contributing Guidelines on issues]

Yes

I didn’t raise an issue separately since this is a minor fix, but I’m happy to open one if needed.

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jun 6, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-06-06 19:31:34 CET

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jun 6, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-06-06 19:31:21 CET

@amanna13 amanna13 changed the title Fix: Correct incorrect path mentioned for updating configuration settings in Android starter guide Fix: Updated incorrect path mentioned for updating configuration settings in Android starter guide Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant