diff --git a/Cargo.lock b/Cargo.lock index b79352c..5b9aa84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,6 +95,7 @@ checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" [[package]] name = "android-activity" version = "0.6.0" +source = "git+https://github.com/damus-io/android-activity?rev=cd44ea0f1018f030bb3ef5ed738d5f5b174f3b59#cd44ea0f1018f030bb3ef5ed738d5f5b174f3b59" dependencies = [ "android-properties", "bitflags 2.8.0", diff --git a/Cargo.toml b/Cargo.toml index 4effda2..f209e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,4 +78,4 @@ eframe = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e33 egui-winit = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e3381c119223c1d7dbfca06" } egui_extras = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e3381c119223c1d7dbfca06" } epaint = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e3381c119223c1d7dbfca06" } -android-activity = { path = "/home/jb55/dev/github/rust-mobile/android-activity/android-activity" } +android-activity = { git = "https://github.com/damus-io/android-activity", rev = "cd44ea0f1018f030bb3ef5ed738d5f5b174f3b59" }