From 4d4357903d04eb902b2ea158e61fccf17fd21e52 Mon Sep 17 00:00:00 2001 From: Jesse He Date: Fri, 22 Sep 2023 17:10:59 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d774657e..139d0594 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ cargo build && javac com/example/robusta/HelloWorld.java && RUST_BACKTRACE=ful You can find an example of Robusta used for Android in `./robusta-android-example`. To run it, open the project robustaAndroidExample with Android Studio. -Cargo build is automatically run by grable. +Cargo build is automatically run by gradle. The rust lib.rs is the image of the Java class RobustaAndroidExample.