Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix breaking change w/ Gradle dependencies (#88)
This fixes a breaking API change with the Android Gradle plugin, which was deprecated as of version 3.0.0 and later made obsolete. When adding Gradle dependencies, the `compile` command has been removed and replaced with `implementation`/`api`. More information: https://docs.gradle.org/5.4.1/userguide/java_library_plugin.html#sec:java_library_separation https://developer.android.com/studio/build/dependencies?utm_source=android-studio#dependency_configurations
- Loading branch information