We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0de4a5 commit 018c443Copy full SHA for 018c443
src/routes/docs/quick-starts/android-java/+page.markdoc
@@ -92,7 +92,7 @@ Find your project's ID in the **Settings** page.
92
Create a new file `AppwriteHelper.java` and add the following code to it, replacing `<PROJECT_ID>` with your project ID.
93
94
```java
95
-package YOUR_ROOT_PACKAGE_HERE;
+package <YOUR_ROOT_PACKAGE_HERE>;
96
97
import android.content.Context;
98
0 commit comments