Skip to content

Commit 87cdf45

Browse files
authored
Merge pull request aritraroy#103 from IVSivak/fix-mvrx
Fix MvRx framework link
2 parents a4449ba + 97af615 commit 87cdf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Remixer is a framework to iterate quickly on UI changes by allowing you to adjus
297297
* [JavaPoet](https://github.com/square/javapoet) - A Java API for generating .java source files.
298298
* [Lightweight Stream API](https://github.com/aNNiMON/Lightweight-Stream-API) - Stream API from Java 8 rewritten on iterators for Java 7 and below
299299
* [Mosby](https://github.com/sockeqwe/mosby) - A Model-View-Presenter / Model-View-Intent library for modern Android apps
300-
* [MvRx](airbnb/MvRx) - MvRx: Android on Autopilot
300+
* [MvRx](https://github.com/airbnb/MvRx) - MvRx: Android on Autopilot
301301
* [Optional](https://github.com/MrHadiSatrio/Optional) - Java 8 Optional-like APIs for everyone
302302
* [RetroLambda](https://github.com/evant/gradle-retrolambda) - A Gradle plugin for getting Java lambda support in Java 6, 7 and android
303303
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) – This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle-free. More specifically, it provides a Scheduler that schedules on the main thread or any given Looper.

0 commit comments

Comments
 (0)