Remove crashlytics references (#138)
All checks were successful
Build / build (push) Successful in 5m27s
All checks were successful
Build / build (push) Successful in 5m27s
This commit is contained in:
parent
31ca117fef
commit
d1b6f2c525
@ -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`.
|
||||
|
||||
@ -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.")
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user