11plugins {
22 id(" com.android.application" )
33 id(" com.google.gms.google-services" )
4- id(" io.sentry.android.gradle" ) version " 6.2 .0"
4+ id(" io.sentry.android.gradle" ) version " 6.14 .0"
55 id(" org.jetbrains.kotlin.plugin.compose" )
66}
77
@@ -10,12 +10,12 @@ val gitHash = providers.exec {
1010}.standardOutput.asText.map { it.trim() }
1111
1212android {
13- compileSdk = 36
13+ compileSdk = 37
1414
1515 defaultConfig {
1616 applicationId = " com.httpsms"
1717 minSdk = 28
18- targetSdk = 36
18+ targetSdk = 37
1919 versionCode = 1
2020 versionName = gitHash.getOrElse(" unknown" )
2121 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -44,7 +44,7 @@ android {
4444}
4545
4646dependencies {
47- val composeBom = platform(" androidx.compose:compose-bom:2024.10 .01" )
47+ val composeBom = platform(" androidx.compose:compose-bom:2026.06 .01" )
4848 implementation(composeBom)
4949 androidTestImplementation(composeBom)
5050
@@ -53,26 +53,26 @@ dependencies {
5353 implementation(" androidx.compose.ui:ui-tooling-preview" )
5454 implementation(" androidx.compose.material3:material3" )
5555 implementation(" androidx.compose.material:material-icons-extended" )
56- implementation(" androidx.activity:activity-compose:1.9.3 " )
57- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 " )
58- implementation(" androidx.navigation:navigation-compose:2.8.3 " )
56+ implementation(" androidx.activity:activity-compose:1.13.0 " )
57+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 " )
58+ implementation(" androidx.navigation:navigation-compose:2.9.8 " )
5959
60- implementation(platform(" com.google.firebase:firebase-bom:34.11 .0" ))
60+ implementation(platform(" com.google.firebase:firebase-bom:34.15 .0" ))
6161 implementation(" com.journeyapps:zxing-android-embedded:4.3.0" )
6262 implementation(" com.google.firebase:firebase-analytics" )
6363 implementation(" com.google.firebase:firebase-messaging" )
64- implementation(" com.squareup.okhttp3:okhttp:5.3.2 " )
64+ implementation(" com.squareup.okhttp3:okhttp:5.4.0 " )
6565 implementation(" com.jakewharton.timber:timber:5.0.1" )
6666 implementation(" androidx.preference:preference-ktx:1.2.1" )
67- implementation(" androidx.work:work-runtime-ktx:2.11.1 " )
68- implementation(" androidx.core:core-ktx:1.18 .0" )
67+ implementation(" androidx.work:work-runtime-ktx:2.11.2 " )
68+ implementation(" androidx.core:core-ktx:1.19 .0" )
6969 implementation(" androidx.cardview:cardview:1.0.0" )
7070 implementation(" com.beust:klaxon:5.6" )
7171 implementation(" androidx.appcompat:appcompat:1.7.1" )
7272 implementation(" org.apache.commons:commons-text:1.15.0" )
73- implementation(" com.google.android.material:material:1.13 .0" )
73+ implementation(" com.google.android.material:material:1.14 .0" )
7474 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
75- implementation(" com.googlecode.libphonenumber:libphonenumber:9.0.26 " )
75+ implementation(" com.googlecode.libphonenumber:libphonenumber:9.0.34 " )
7676 implementation(" com.klinkerapps:android-smsmms:5.2.6" )
7777 testImplementation(" junit:junit:4.13.2" )
7878 androidTestImplementation(" androidx.test.ext:junit:1.3.0" )
0 commit comments