Add interpolation to release notes
This commit is contained in:
parent
9306ba29cb
commit
22eef74829
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user