Skip to content

Commit f9d0d12

Browse files
committed
fix: use gobley with same uniffi version
1 parent b9a8374 commit f9d0d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ echo "Starting Android build process..."
3636

3737
# Install gobley-uniffi-bindgen from fork with patched version
3838
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
39+
cargo install --git https://github.com/ovitrif/gobley.git gobley-uniffi-bindgen --force
4040

4141
#TODO: Remove this section when example/main.rs builds successfully
4242
# Store example/main.rs content in memory and remove the file

0 commit comments

Comments
 (0)