Skip to content

Commit

Permalink
Restore compatibility with API 16
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jan 21, 2020
1 parent 5b8889b commit 96a6e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ object Config {
}

object Misc {
private const val retrofitVersion = "2.7.1"
// TODO(#282): upgrade when the min API level is 21
private const val retrofitVersion = "2.6.4"
private const val poiVersion = "3.17"

private const val glideVersion = "4.11.0"
Expand Down

0 comments on commit 96a6e87

Please sign in to comment.