File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
2424 applicationId = " com.phlox.tvwebbrowser"
2525 minSdk = 24
2626 targetSdk = 34
27- versionCode = 60
28- versionName = " 2.0.0 "
27+ versionCode = 61
28+ versionName = " 2.0.1 "
2929
3030 javaCompileOptions {
3131 annotationProcessorOptions {
@@ -150,10 +150,10 @@ dependencies {
150150 // "debugImplementation"("com.squareup.leakcanary:leakcanary-android:2.7")
151151
152152 " googleImplementation" (" com.google.firebase:firebase-core:21.1.1" )
153- " googleImplementation" (" com.google.firebase:firebase-crashlytics-ktx:18.6.1 " )
153+ " googleImplementation" (" com.google.firebase:firebase-crashlytics-ktx:18.6.2 " )
154154
155155 " genericImplementation" (" com.google.firebase:firebase-core:21.1.1" )
156- " genericImplementation" (" com.google.firebase:firebase-crashlytics-ktx:18.6.1 " )
156+ " genericImplementation" (" com.google.firebase:firebase-crashlytics-ktx:18.6.2 " )
157157
158158 testImplementation(" junit:junit:4.13.2" )
159159 testImplementation(" org.robolectric:robolectric:4.9" )
You can’t perform that action at this time.
0 commit comments