update commons to 3.0.3

This commit is contained in:
tibbi 2017-11-30 00:06:31 +01:00
parent 5b937691e3
commit 87a0a89be6

View File

@ -38,7 +38,7 @@ android {
} }
dependencies { dependencies {
compile 'com.simplemobiletools:commons:2.42.6' compile 'com.simplemobiletools:commons:3.0.3'
} }
Properties props = new Properties() Properties props = new Properties()