From 17e7eed7860783ec48f174fdd6e35221daea3d7e Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Thu, 20 Jun 2019 23:52:57 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7374ee..159077db 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ - [x] Crash reporting ([Crashlytics](https://fabric.io/kits/ios/crashlytics)) - [x] Logging ([CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack)) - [x] Google ads implementation, can be enabled/disabled from settings ([Firebase AdMob](https://firebase.google.com/docs/admob/ios/quick-start)) -- [ ] Migrate to Apple's new [SwiftUI](https://developer.apple.com/xcode/swiftui/) +- [ ] Migrate to Apple's new [SwiftUI](https://developer.apple.com/xcode/swiftui/) and [Combine](https://developer.apple.com/documentation/combine) - [ ] Dependency injection ([Swinject](https://github.com/Swinject/Swinject)) - [ ] Add tests