Commit 3a5dd19a authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add threeTenABP library

Thoug we are using Java 8 in the project it is necessary because some java.time API works only on API26+.
parent 067f81a3
......@@ -46,6 +46,7 @@ dependencies {
kapt libraries.daggerAndroidApt
implementation libraries.timber
implementation libraries.threeTenABP
implementation libraries.fresco
implementation libraries.frescoAnimatedGif
......
......@@ -20,6 +20,7 @@ ext {
timber : '4.5.1',
dagger : '2.11',
fresco : '1.5.0',
threeTenABP : '1.0.5',
// For testing
expresso : '3.0.1',
......@@ -53,6 +54,7 @@ ext {
frescoWebP : "com.facebook.fresco:webpsupport:${versions.fresco}",
frescoAnimatedWebP : "com.facebook.fresco:animated-webp:${versions.fresco}",
timber : "com.jakewharton.timber:timber:${versions.timber}",
threeTenABP : "com.jakewharton.threetenabp:threetenabp:${versions.threeTenABP}",
// For testing
junit : "junit:junit:$versions.junit",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment