update commons to 4.0.0

This commit is contained in:
tibbi 2018-05-08 20:50:27 +02:00
parent 4e78ad8ccf
commit d89cd460ef
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:3.21.11' implementation 'com.simplemobiletools:commons:4.0.0'
} }
Properties props = new Properties() Properties props = new Properties()