update commons to 2.30.4

This commit is contained in:
tibbi 2017-10-19 21:50:16 +02:00
parent 231bf318f5
commit ab81f2235b
3 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@ android {
} }
dependencies { dependencies {
compile 'com.simplemobiletools:commons:2.28.8' compile 'com.simplemobiletools:commons:2.30.4'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
} }

View File

@ -1,2 +0,0 @@
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable

View File

@ -16,6 +16,7 @@ allprojects {
repositories { repositories {
jcenter() jcenter()
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
} }
} }