apollographql / apollo-android-2-vs-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A repo to compare the Apollo Android 2 and Apollo Android 3 models. It uses the test fixtures from Apollo Android 2 and compares the jars with japicmp

To generate the report, run

./gradlew assemble && java -jar japicmp-0.15.4-jar-with-dependencies.jar -o apollo-2/build/libs/apollo-2.jar -n apollo-3/build/libs/apollo-3.jar --ignore-missing-classes --html-file japicmp.html

A sample report is available here

About


Languages

Language:Kotlin 100.0%