Skip to content

Commit 40da79e

Browse files
committed
Update dependencies
1 parent b370090 commit 40da79e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "alt.nainapps.sharepaste"
1414
minSdk = 26
1515
targetSdk = 35
16-
versionCode = 1731762000
17-
versionName = "2024.11.16"
16+
versionCode = 1734715000
17+
versionName = "2024.12.20"
1818
setProperty("archivesBaseName", "sharepaste.oo")
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

android/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ junitVersion = "1.2.1"
77
espressoCore = "3.6.1"
88
lifecycleRuntimeKtx = "2.8.7"
99
activityCompose = "1.9.3"
10-
composeBom = "2024.11.00"
10+
composeBom = "2024.12.01"
1111
kotlinxSerializationJson = "1.7.3"
1212
appcompat = "1.7.0"
1313
material = "1.12.0"
1414
rustCargoNdk = "0.3.4"
1515
composePrefs = "1.1.1"
1616
preferenceKtx = "1.2.1"
17-
materialIconsExtended = "1.7.5"
18-
navigationCompose = "2.8.4"
17+
materialIconsExtended = "1.7.6"
18+
navigationCompose = "2.8.5"
1919

2020
[libraries]
2121
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

0 commit comments

Comments
 (0)