Skip to content

Commit

Permalink
some dependencies downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Nov 10, 2024
1 parent cdd43b8 commit 195eaad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace = "com.joelkanyi.focusbloom.android"
compileSdk = 35
compileSdk = 34

defaultConfig {
applicationId = "com.joelkanyi.focusbloom.android"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ koinComposeMultiplatform = "4.0.0"
gradle = "8.5.2"
sqlDelight = " 2.0.2"
multiplatformSettings = "1.2.0"
core = "1.15.0"
core = "1.13.1"
jna = "5.14.0"
koalaplotCore = "0.5.4"
kotlinxCoroutinesSwing = "1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
// sourceSets["main"].res.srcDirs("src/androidMain/res")
// sourceSets["main"].resources.srcDirs("src/commonMain/resources")
compileSdk = 35
compileSdk = 34
defaultConfig {
minSdk = 21
}
Expand Down

0 comments on commit 195eaad

Please sign in to comment.