Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the current Crashlytics version?

This line is automatically generated by Gradle. I want to avoid using +, so I need the most recent stable version of Crashlytics.

compile "com.crashlytics.android:crashlytics:1.+"
like image 674
Oleksiy Avatar asked Mar 25 '15 21:03

Oleksiy


People also ask

Is Crashlytics deprecated?

Old versions of your app still using the Fabric Crashlytics SDK will not break once it's deprecated, however they will no longer submit crash reports. But it seems like it will just continue to work as per normal after this date until further notice. Just leave it the way it is.

What is the use of Crashlytics in Android?

Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them. Find out if a particular crash is impacting a lot of users. Get alerts when an issue suddenly increases in severity.

How do I find my Firebase SDK version?

If you're working with node, the version of the Firebase Admin SDK you're using is listed in your package. json file with the name firebase-admin . This user is third on the weekly Google Cloud leaderboard. That is the library.


1 Answers

get the latest version from maven metadata:

https://maven.fabric.io/public/com/crashlytics/sdk/android/crashlytics/maven-metadata.xml

.. same with the fabric plugin:

https://maven.fabric.io/public/io/fabric/tools/gradle/maven-metadata.xml

like image 89
zack Avatar answered Oct 10 '22 02:10

zack