mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-22 15:00:07 +01:00
update commons to 2.30.4
This commit is contained in:
parent
035b9212d1
commit
7a7b22b702
@ -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'
|
||||
|
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -1,7 +1,4 @@
|
||||
# Joda
|
||||
-dontwarn org.joda.time.**
|
||||
|
||||
-renamesourcefileattribute SourceFile
|
||||
-keepattributes SourceFile, LineNumberTable, Signature, RuntimeVisibleAnnotations,AnnotationDefault
|
||||
|
||||
-keep class com.simplemobiletools.calendar.models.** { *; }
|
||||
|
@ -16,6 +16,7 @@ allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://maven.google.com" }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user