Crashlytics found an invalid API key - AndroidStudio build

前端 未结 9 1693
挽巷
挽巷 2020-12-09 14:39

I saw all other questions, but none of accepted answers is working for me.

By following integration steps found here https://dev.twitter.com/twitter-kit/android/int

9条回答
  •  温柔的废话
    2020-12-09 15:13

    Changing the below dependency at project build.gradle from :

    classpath "com.google.gms:google-services:4.1.0"

    to

    classpath "com.google.gms:google-services:4.2.0"

    has solved the problem for me.

提交回复
热议问题