This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Commit 4cf770b
authored
chore: bump io.fabric.tools:gradle to 1.25.4
After we merged NativeScript/android#1177 apps with `nativescript-plugin-firebase` fails to build for android with following error:
```
11:49:28
11:49:28
11:49:28 FAILURE: Build failed with an exception.
11:49:28
11:49:28 * What went wrong:
11:49:28 The Android Gradle plugin supports only Crashlytics Gradle plugin version 1.25.4 and higher. Project 'examples' is using version 1.25.1.
11:49:28
11:49:28 * Try:
11:49:28 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
11:49:28
11:49:28 * Get more help at https://help.gradle.org
11:49:28
11:49:28 BUILD FAILED in 8s
11:49:28 Command ./gradlew failed with exit code 1
```
This PR bump version of io.fabric.tools:gradle to 1.25.4, which I hope will solve the problem.1 parent c7c6e45 commit 4cf770b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| |||
0 commit comments