Update developer identifier

# Conflicts:
#	app/build.gradle.kts
This commit is contained in:
Tim Kluge 2025-04-14 19:42:26 +02:00
parent 22eef74829
commit fee38d1150

View File

@ -88,9 +88,9 @@ tasks.register("generateManifest") {
"latestApkUrl" to "https://github.com/timklge/karoo-headwind/releases/latest/download/app-release.apk", "latestApkUrl" to "https://github.com/timklge/karoo-headwind/releases/latest/download/app-release.apk",
"latestVersion" to android.defaultConfig.versionName, "latestVersion" to android.defaultConfig.versionName,
"latestVersionCode" to android.defaultConfig.versionCode, "latestVersionCode" to android.defaultConfig.versionCode,
"developer" to "timklge", "developer" to "github.com/timklge",
"description" to "Provides headwind direction, wind speed and other weather data fields.", "description" to "Open-source extension that provides headwind direction, wind speed and other weather data fields.",
"releaseNotes" to "* Interpolate between forecasted and current weather data\n" + "releaseNotes" to "* Interpolate between forecasted and current weather data\n" +
"* Colorize field background instead of text\n" + "* Colorize field background instead of text\n" +
"* Add OpenWeatherMap support contributed by lockevod\n" + "* Add OpenWeatherMap support contributed by lockevod\n" +
"* Add tailwind field\n" + "* Add tailwind field\n" +