From 43f6520a33bc85ca2f486b352a6b59c0486c3464 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 6 Jul 2020 19:48:36 -0500 Subject: [PATCH 1/2] Add README for bolts module --- bolts-tasks/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bolts-tasks/README.md diff --git a/bolts-tasks/README.md b/bolts-tasks/README.md new file mode 100644 index 000000000..668b85ec7 --- /dev/null +++ b/bolts-tasks/README.md @@ -0,0 +1,4 @@ +## bolts-tasks +Fork of [Bolts-Android](https://github.com/BoltsFramework/Bolts-Android), since it is no longer +really maintained/supported. Moving it here gives us the remove the dependency and allow us to shift +to other async solutions, such as Kotlin coroutines, long-term. \ No newline at end of file From 66bd95b63675c8c62a3c54dd4703933ae2af1dfb Mon Sep 17 00:00:00 2001 From: John Carlson Date: Mon, 6 Jul 2020 23:33:41 -0500 Subject: [PATCH 2/2] Update README.md --- bolts-tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bolts-tasks/README.md b/bolts-tasks/README.md index 668b85ec7..cb00b9a9b 100644 --- a/bolts-tasks/README.md +++ b/bolts-tasks/README.md @@ -1,4 +1,4 @@ ## bolts-tasks Fork of [Bolts-Android](https://github.com/BoltsFramework/Bolts-Android), since it is no longer -really maintained/supported. Moving it here gives us the remove the dependency and allow us to shift -to other async solutions, such as Kotlin coroutines, long-term. \ No newline at end of file +really maintained/supported. Moving it here gives us the control over the dependency and allow us to shift +to other async solutions, such as Kotlin coroutines, long-term.