diff --git a/app/build.gradle b/app/build.gradle index c0dd3625..093862ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 07e2d5fa..ef51ccda 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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]