How do I integrate Crashlytics with Android Instant Apps?

后端 未结 3 1660
忘掉有多难
忘掉有多难 2020-12-03 14:07

Does Crashlytics work with Google Play Instant and if so, how do you setup your project correctly?

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-03 14:29

    Besides what the accepted answer says, I also needed to add the next lines at the build.gradle file of the application (apk) module to get it running.

    repositories {
        maven { url 'https://maven.fabric.io/public' }
    }
    

提交回复
热议问题