Dependencies upgrade

This commit is contained in:
Juha Heinanen
2026-06-15 09:15:47 +03:00
parent 2f72c8633f
commit dcfb552434
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
configure<ApplicationExtension> {
compileSdk = 36
compileSdk = 37
ndkVersion = "29.0.14206865"
defaultConfig {
applicationId = "com.tutpro.baresip"

View File

@ -2,7 +2,7 @@
activityCompose = "1.13.0"
coilCompose = "2.7.0"
composeBom = "2026.05.01"
coreKtx = "1.18.0"
coreKtx = "1.19.0"
exifinterface = "1.4.2"
fragmentKtx = "1.8.9"
gradleVersion = "9.2.1"