Remove crashlytics references (#138)
All checks were successful
Build / build (push) Successful in 5m27s

This commit is contained in:
timklge 2025-06-05 00:02:36 +02:00 committed by GitHub
parent 31ca117fef
commit d1b6f2c525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -48,10 +48,6 @@ If the app cannot connect to the weather service, it will retry the download eve
- Interfaces with [openweathermap.org](https://openweathermap.org)
- Uses [karoo-ext](https://github.com/hammerheadnav/karoo-ext) (Apache2-licensed)
## Crashlytics
This app uses Google Crashlytics for crash reporting to help improve stability and performance.
## Extension Developers: Headwind Data Type
If the user has installed the headwind extension on his karoo, you can stream the headwind data type from other extensions via `karoo-ext`.

View File

@ -139,7 +139,7 @@ fun MainScreen(close: () -> Unit) {
Spacer(Modifier.padding(10.dp))
Text("Please note that this app periodically fetches weather data from OpenMeteo for your current location. Crashlytics is used for crash reporting to help improve stability.")
Text("Please note that this app periodically fetches weather data from OpenMeteo for your current location.")
}
}
)