Compare commits

..

No commits in common. "b5435a474a8b8195655a0a67efe3e3eee708468c" and "8be32763fb8dd239b8769062dac144e0e1c4e419" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View file

@ -8,14 +8,14 @@ edition = "2021"
[dependencies]
rusqlite = "0.30.0"
anyhow = { version = "1.0.79", features = ["backtrace"] }
reqwest = "0.11.24"
reqwest = "0.11.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3.30"
tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] }
tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
tibber = "0.5.0"
chrono = "0.4.33"
chrono = "0.4.31"
actix-web = "4.4.1"
midea = { git = "https://gavania.de/hodasemi/Midea.git" }
actix-cors = "0.7.0"
actix-cors = "0.6.5"
dns-lookup = "2.0.4"

View file

@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.9.22'
ext.kotlin_version = '1.9.21'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

View file

@ -38,7 +38,7 @@ dependencies:
http: ^1.1.0
flutter_spinkit: ^5.2.0
fl_chart: ^0.66.0
fl_chart: ^0.65.0
intl: ^0.19.0
dev_dependencies: