Skip to content

Commit 294b520

Browse files
committed
Update build plugins.
1 parent b4e0ebd commit 294b520

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle.kts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ plugins {
2929
.version("0.51.0")
3030
.apply(true)
3131

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-
4232
id("com.android.library")
4333
.version("8.11.0")
4434
.apply(false)
@@ -80,7 +70,7 @@ plugins {
8070
*/
8171

8272
id("com.google.firebase.crashlytics")
83-
.version("2.9.9")
73+
.version("3.0.2")
8474
.apply(false)
8575

8676
id("maven-publish")

0 commit comments

Comments
 (0)