File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55}
66
77android {
8- compileSdk 34
8+ compileSdk 35
99
1010 defaultConfig {
1111 applicationId " com.intercom.sample"
1212 minSdk 21
13- targetSdk 34
13+ targetSdk 35
1414 versionCode 1
1515 versionName " 1.0"
1616
@@ -49,21 +49,21 @@ android {
4949
5050dependencies {
5151 // Compose
52- def composeBom = platform(" androidx.compose:compose-bom:2024.12.01 " )
52+ def composeBom = platform(" androidx.compose:compose-bom:2025.03.00 " )
5353 implementation composeBom
5454 implementation " androidx.compose.ui:ui"
5555 implementation " androidx.compose.material3:material3"
5656 implementation " androidx.compose.ui:ui-tooling-preview"
5757 debugImplementation " androidx.compose.ui:ui-tooling"
5858
59- implementation ' androidx.core:core-ktx:1.13.1 '
59+ implementation ' androidx.core:core-ktx:1.15.0 '
6060 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
61- implementation ' androidx.activity:activity-compose:1.9.3 '
62- implementation(" androidx.navigation:navigation-compose:2.7.7 " )
61+ implementation ' androidx.activity:activity-compose:1.10.1 '
62+ implementation(" androidx.navigation:navigation-compose:2.8.8 " )
6363
6464 implementation " com.google.accompanist:accompanist-flowlayout:0.27.0"
6565
66- implementation(" androidx.datastore:datastore-preferences:1.0.0 " )
66+ implementation(" androidx.datastore:datastore-preferences:1.1.3 " )
6767
6868 implementation(" io.intercom.android:intercom-sdk:15.15.0" )
6969 implementation(" com.google.firebase:firebase-messaging:24.1.0" )
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.application' version ' 8.8.0 ' apply false
2+ id ' com.android.application' version ' 8.8.2 ' apply false
33 id ' com.google.gms.google-services' version ' 4.4.2' apply false
44 id ' org.jetbrains.kotlin.android' version ' 1.8.22' apply false
55}
Original file line number Diff line number Diff line change 11# Wed Feb 16 15:00:53 GMT 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments