Plugin SDK: fix weather night icon
This commit is contained in:
parent
f1da15b55f
commit
9d5cd4a4a5
@ -3,7 +3,7 @@ minSdk = "26"
|
|||||||
compileSdk = "34"
|
compileSdk = "34"
|
||||||
targetSdk = "34"
|
targetSdk = "34"
|
||||||
|
|
||||||
pluginSdk = "1.1.0"
|
pluginSdk = "1.1.1"
|
||||||
|
|
||||||
gradle = "8.1.2"
|
gradle = "8.1.2"
|
||||||
android-gradle-plugin = "8.2.2"
|
android-gradle-plugin = "8.2.2"
|
||||||
|
|||||||
@ -155,7 +155,7 @@ abstract class WeatherProvider(
|
|||||||
forecast.location,
|
forecast.location,
|
||||||
forecast.provider,
|
forecast.provider,
|
||||||
forecast.providerUrl,
|
forecast.providerUrl,
|
||||||
forecast.night,
|
if (forecast.night) 1 else 0,
|
||||||
forecast.icon.name,
|
forecast.icon.name,
|
||||||
forecast.condition,
|
forecast.condition,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user