Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
回滚Crashlytics Gradle plugin: 2.8.1 -> 2.8.0
Browse files Browse the repository at this point in the history
导致构建失败
  • Loading branch information
ryuunoakaihitomi committed Dec 11, 2021
1 parent aa67128 commit 983fb89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ buildscript {

/* Crashlytics */
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
// For 2.8.1
//noinspection GradleDependency
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0'

classpath 'io.github.wurensen:gradle-android-plugin-aspectjx:2.0.14'
}
Expand Down

0 comments on commit 983fb89

Please sign in to comment.