build: update deps & bump targetSdk to 34
This commit is contained in:
parent
a956a02b1e
commit
c691a106d5
@ -31,7 +31,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "me.ash.reader"
|
||||
minSdk = 26
|
||||
targetSdk = 33
|
||||
targetSdk = 34
|
||||
versionCode = 26
|
||||
versionName = "0.11.0"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user