update commons to 4.3.2

This commit is contained in:
tibbi
2018-06-24 21:09:49 +02:00
parent 2f9886ce90
commit 836716f39f

View File

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