Remove crashlytics references (#138)
This commit is contained in:
parent
31ca117fef
commit
048c289d2b
@ -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)
|
- Interfaces with [openweathermap.org](https://openweathermap.org)
|
||||||
- Uses [karoo-ext](https://github.com/hammerheadnav/karoo-ext) (Apache2-licensed)
|
- 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
|
## 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`.
|
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))
|
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