Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Nov 4, 2024
1 parent 1079f71 commit d77eecf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ plugins {

android {
namespace 'com.greenart7c3.nostrsigner'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.greenart7c3.nostrsigner"
minSdk 26
targetSdk 34
targetSdk 35
versionCode 101
versionName "3.0.0"

Expand Down
13 changes: 6 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@ appcompat = "1.7.0"
biometricKtx = "1.2.0-alpha05"
converterGson = "2.11.0"
core = "3.5.3"
coreKtx = "1.13.1"
coreKtx = "1.15.0"
coreSplashscreen = "1.0.1"
espressoCore = "3.6.1"
jna = "5.14.0"
junit = "4.13.2"
junitVersion = "1.2.1"
lifecycle_version = "2.8.6"
material3 = "1.3.0"
lifecycle_version = "2.8.7"
material3 = "1.3.1"
mockk = "1.13.12"
nav_version = "2.8.3"
quartz = "0.92.7"
compose_ui = "1.7.4"
compose_ui = "1.7.5"
richtextUi = "077a2cde64"
roomKtx = "2.6.1"
securityCryptoKtx = "1.1.0-alpha06"
zxingAndroidEmbedded = "4.3.0"
okhttp = "5.0.0-alpha.14"
kotlin = "2.0.20"
workRuntimeKtx = "2.9.1"
agp = "8.7.1"
workRuntimeKtx = "2.10.0"
agp = "8.7.2"
ktlint = "12.1.1"
gms = "4.4.2"
ksp = "2.0.20-1.0.24"

[libraries]
Expand Down

0 comments on commit d77eecf

Please sign in to comment.