From 22eef74829bae6743da1c33d90a5e6e44f1cf6a1 Mon Sep 17 00:00:00 2001 From: timklge <2026103+timklge@users.noreply.github.com> Date: Mon, 14 Apr 2025 19:19:18 +0200 Subject: [PATCH] Add interpolation to release notes --- app/build.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 47fb93f..5a07112 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -90,7 +90,8 @@ tasks.register("generateManifest") { "latestVersionCode" to android.defaultConfig.versionCode, "developer" to "timklge", "description" to "Provides headwind direction, wind speed and other weather data fields.", - "releaseNotes" to "* Colorize field background instead of text\n" + + "releaseNotes" to "* Interpolate between forecasted and current weather data\n" + + "* Colorize field background instead of text\n" + "* Add OpenWeatherMap support contributed by lockevod\n" + "* Add tailwind field\n" + "* Add full-width variants of tailwind fields\n" + @@ -121,4 +122,4 @@ dependencies { implementation(libs.androidx.glance.appwidget.preview) implementation(libs.androidx.glance.preview) implementation(libs.firebase.crashlytics) -} \ No newline at end of file +}