Increase library version

This commit is contained in:
PavelRatushny 2017-10-25 11:24:35 +03:00
parent f25e0dae3a
commit 5e7de2827c

View file

@ -399,7 +399,7 @@ dependencies {
exclude group: 'com.android.support' exclude group: 'com.android.support'
} }
compile 'com.github.PhilJay:MPAndroidChart:v3.0.1' compile 'com.github.PhilJay:MPAndroidChart:v3.0.1'
compile ("com.github.HITGIF:TextFieldBoxes:1.3.2"){ compile ("com.github.HITGIF:TextFieldBoxes:1.3.4"){
exclude group: 'com.android.support' exclude group: 'com.android.support'
} }
} }