update commons to 3.4.5

This commit is contained in:
tibbi 2017-12-26 21:38:55 +01:00
parent 0d2d7b5d3a
commit de2ac56960
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:3.2.3' implementation 'com.simplemobiletools:commons:3.4.5'
} }
Properties props = new Properties() Properties props = new Properties()