update commons to 2.30.4

This commit is contained in:
tibbi 2017-10-19 21:48:42 +02:00
parent 035b9212d1
commit 7a7b22b702
3 changed files with 2 additions and 4 deletions

View File

@ -44,7 +44,7 @@ ext {
}
dependencies {
compile 'com.simplemobiletools:commons:2.29.13'
compile 'com.simplemobiletools:commons:2.30.4'
compile 'joda-time:joda-time:2.9.1'
compile 'com.facebook.stetho:stetho:1.4.1'
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'

View File

@ -1,7 +1,4 @@
# Joda
-dontwarn org.joda.time.**
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable, Signature, RuntimeVisibleAnnotations,AnnotationDefault
-keep class com.simplemobiletools.calendar.models.** { *; }

View File

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