We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e0ebd commit 294b520Copy full SHA for 294b520
build.gradle.kts
@@ -29,16 +29,6 @@ plugins {
29
.version("0.51.0")
30
.apply(true)
31
32
- /*
33
- * The AndroidX plugin for navigation (including view binding generation).
34
- *
35
- * https://developer.android.com/jetpack/androidx/releases/navigation
36
- */
37
-
38
- id("androidx.navigation.safeargs.kotlin")
39
- .version("2.7.1")
40
- .apply(false)
41
42
id("com.android.library")
43
.version("8.11.0")
44
.apply(false)
@@ -80,7 +70,7 @@ plugins {
80
70
*/
81
71
82
72
id("com.google.firebase.crashlytics")
83
- .version("2.9.9")
73
+ .version("3.0.2")
84
74
85
75
86
76
id("maven-publish")
0 commit comments