Skip to content

Commit 61d7577

Browse files
authored
Upgrade Gradle, AGP, and dependencies (#657)
1 parent 4c6a909 commit 61d7577

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

sample/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55
}
66

77
android {
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

5050
dependencies {
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")

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 16 15:00:53 GMT 2022
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)