diff --git a/README.md b/README.md index 9074d9e..d8593ca 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt b/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt index 0ff3db0..7f86b59 100644 --- a/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt +++ b/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt @@ -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.") } } )