update commons to 3.8.7

This commit is contained in:
tibbi 2018-01-24 19:42:01 +01:00
parent d8f41cfe65
commit 5b7f1bb289
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:3.7.8' implementation 'com.simplemobiletools:commons:3.8.7'
} }
Properties props = new Properties() Properties props = new Properties()