Skip to content

Commit 9cc68a5

Browse files
Update src/routes/docs/quick-starts/android-java/+page.markdoc
Co-authored-by: Steven Nguyen <[email protected]>
1 parent 018c443 commit 9cc68a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/quick-starts/android-java/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ First, update your `activity_main.xml` layout file:
246246
Now update your `MainActivity.java` file with the following code:
247247

248248
```java
249-
package YOUR_ROOT_PACKAGE_HERE;
249+
package <YOUR_ROOT_PACKAGE_HERE>;
250250

251251
import android.os.Bundle;
252252
import android.util.Log;

0 commit comments

Comments
 (0)