Skip to content

Commit 3514863

Browse files
committed
More dependency updates, release 3.1.0 (28)
1 parent c96490e commit 3514863

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

config/proguard/proguard-rules.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
public static final android.os.Parcelable$Creator *;
1212
}
1313

14+
# Crashlytics
15+
-keep class com.crashlytics.** { *; }
16+
-dontwarn com.crashlytics.**
17+
1418
# Dependencies
1519
-keep class com.google.android.gms.**
1620
-keep class com.wealthfront.magellan.Screen
@@ -28,3 +32,4 @@
2832

2933
# FareBot
3034
-keep class com.codebutler.farebot.base.ui.FareBotUiTree
35+

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ext {
55
minSdkVersion: 21
66
]
77

8-
def autoDisposeVersion = '0.7.0'
8+
def autoDisposeVersion = '0.8.0'
99
def autoValueGsonVersion = '0.8.0'
1010
def autoValueVersion = '1.6.5'
1111
def daggerVersion = '2.22.1'
@@ -23,8 +23,8 @@ ext {
2323
autoValueAnnotations: "com.google.auto.value:auto-value-annotations:${autoValueVersion}",
2424
autoValueGson: "com.ryanharter.auto.value:auto-value-gson:${autoValueGsonVersion}",
2525
autoValueGsonAnnotations: "com.ryanharter.auto.value:auto-value-gson-annotations:${autoValueGsonVersion}",
26-
checkstyle: 'com.puppycrawl.tools:checkstyle:8.19',
27-
crashlytics: 'com.crashlytics.sdk.android:crashlytics:2.9.9',
26+
checkstyle: 'com.puppycrawl.tools:checkstyle:8.20',
27+
crashlytics: 'com.crashlytics.sdk.android:crashlytics:2.10.0',
2828
dagger: "com.google.dagger:dagger:${daggerVersion}",
2929
daggerCompiler: "com.google.dagger:dagger-compiler:${daggerVersion}",
3030
groupie: "com.xwray:groupie:${groupieVersion}",
@@ -39,7 +39,7 @@ ext {
3939
rxBroadcast: 'com.cantrowitz:rxbroadcast:2.0.0',
4040
rxJava2: 'io.reactivex.rxjava2:rxjava:2.2.8',
4141
rxRelay2: 'com.jakewharton.rxrelay2:rxrelay:2.1.0',
42-
supportDesign: "com.google.android.material:material:1.0.0-rc01",
42+
supportDesign: "com.google.android.material:material:1.0.0",
4343
supportV4: "androidx.legacy:legacy-support-v4:1.0.0",
4444
supportV7CardView: "androidx.cardview:cardview:1.0.0",
4545
supportV7RecyclerView: "androidx.recyclerview:recyclerview:1.0.0"

farebot-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ kapt {
9999

100100
android {
101101
defaultConfig {
102-
versionCode 27
103-
versionName '3.0.3'
102+
versionCode 28
103+
versionName '3.1.0'
104104
multiDexEnabled true
105105
}
106106

0 commit comments

Comments
 (0)