Skip to content

Commit

Permalink
fix compileSdk=34 (and targetSdk, fixes exceptions because of removeF…
Browse files Browse the repository at this point in the history
…irst/Last and probably crashes in compose etc.)
  • Loading branch information
hg42 committed Nov 15, 2024
1 parent dd2ea70 commit a68a877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val jvmVersion = JavaVersion.VERSION_17

android {
namespace = "com.machiav3lli.backup"
compileSdk = 35
compileSdk = 34

defaultConfig {
applicationId = "com.machiav3lli.backup"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test = "1.6.1"
test-rules = "1.6.1"
test-ext = "1.2.1"
timber = "5.0.1"
work = "2.10.0"
work = "2.9.1"
zstd-jni = "1.5.6-4"

######################################## hg42
Expand Down

0 comments on commit a68a877

Please sign in to comment.