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 b9a8374 commit f9d0d12Copy full SHA for f9d0d12
build_android.sh
@@ -36,7 +36,7 @@ echo "Starting Android build process..."
36
37
# Install gobley-uniffi-bindgen from fork with patched version
38
echo "Installing gobley-uniffi-bindgen fork..."
39
-cargo install --git https://github.com/ovitrif/gobley.git --branch fix-v0.2.0 gobley-uniffi-bindgen --force
+cargo install --git https://github.com/ovitrif/gobley.git gobley-uniffi-bindgen --force
40
41
#TODO: Remove this section when example/main.rs builds successfully
42
# Store example/main.rs content in memory and remove the file
0 commit comments