Plugin SDK: fix weather night icon

This commit is contained in:
MM20
2024-05-09 17:03:57 +02:00
parent f1da15b55f
commit 9d5cd4a4a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ minSdk = "26"
compileSdk = "34"
targetSdk = "34"
pluginSdk = "1.1.0"
pluginSdk = "1.1.1"
gradle = "8.1.2"
android-gradle-plugin = "8.2.2"
@@ -155,7 +155,7 @@ abstract class WeatherProvider(
forecast.location,
forecast.provider,
forecast.providerUrl,
forecast.night,
if (forecast.night) 1 else 0,
forecast.icon.name,
forecast.condition,
)