build: update deps & bump targetSdk to 34

This commit is contained in:
junkfood 2024-11-12 21:36:51 +08:00
parent a956a02b1e
commit c691a106d5
No known key found for this signature in database
GPG Key ID: 2EA5B648DB112A34
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ android {
defaultConfig {
applicationId = "me.ash.reader"
minSdk = 26
targetSdk = 33
targetSdk = 34
versionCode = 26
versionName = "0.11.0"

View File

@ -13,21 +13,21 @@ aboutLibsRelease = "11.1.1"
accompanist = "0.34.0"
# AndroidX
activityCompose = "1.9.0"
activityCompose = "1.9.3"
appcompat = "1.7.0"
browser = "1.8.0"
coreKtx = "1.13.1"
datastore = "1.1.1"
espresso = "3.5.1"
lifecycle = "2.8.1"
navigation = "2.7.7"
navigation = "2.8.3"
paging = "3.3.0"
profileinstaller = "1.3.1"
profileinstaller = "1.4.1"
room = "2.6.1"
work = "2.9.0"
# Compose
composeBom = "2024.09.02"
composeBom = "2024.10.01"
composeCompiler = "1.5.8"
composeHtml = "1.0.2"