Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Dec 20, 2024
1 parent b370090 commit 40da79e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "alt.nainapps.sharepaste"
minSdk = 26
targetSdk = 35
versionCode = 1731762000
versionName = "2024.11.16"
versionCode = 1734715000
versionName = "2024.12.20"
setProperty("archivesBaseName", "sharepaste.oo")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 3 additions & 3 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.11.00"
composeBom = "2024.12.01"
kotlinxSerializationJson = "1.7.3"
appcompat = "1.7.0"
material = "1.12.0"
rustCargoNdk = "0.3.4"
composePrefs = "1.1.1"
preferenceKtx = "1.2.1"
materialIconsExtended = "1.7.5"
navigationCompose = "2.8.4"
materialIconsExtended = "1.7.6"
navigationCompose = "2.8.5"

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

0 comments on commit 40da79e

Please sign in to comment.