diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2a9e60d..8c0a467 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -229,24 +229,24 @@ composeCompiler { } dependencies { - implementation("androidx.core:core-ktx:1.13.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") + implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") implementation("androidx.activity:activity-compose:1.9.3") - implementation(platform("androidx.compose:compose-bom:2024.10.00")) - implementation("androidx.compose.ui:ui:1.7.4") - implementation("androidx.compose.ui:ui-graphics:1.7.4") - implementation("androidx.compose.ui:ui-tooling-preview:1.7.4") - implementation("androidx.compose.material3:material3:1.3.0") + implementation(platform("androidx.compose:compose-bom:2024.11.00")) + implementation("androidx.compose.ui:ui:1.7.5") + implementation("androidx.compose.ui:ui-graphics:1.7.5") + implementation("androidx.compose.ui:ui-tooling-preview:1.7.5") + implementation("androidx.compose.material3:material3:1.3.1") // implementation 'com.google.androidbrowserhelper:locationdelegation:1.1.1' // implementation 'com.google.androidbrowserhelper:billing:1.0.0-alpha10' implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.5.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") - androidTestImplementation(platform("androidx.compose:compose-bom:2024.10.00")) - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.4") - debugImplementation("androidx.compose.ui:ui-tooling:1.7.4") - debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.4") + androidTestImplementation(platform("androidx.compose:compose-bom:2024.11.00")) + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.5") + debugImplementation("androidx.compose.ui:ui-tooling:1.7.5") + debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.5") } tasks.register("generateShortcutsFile") { diff --git a/build.gradle.kts b/build.gradle.kts index 4d09e61..d2d2ea5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.7.1" apply false + id("com.android.application") version "8.7.2" apply false id("org.jetbrains.kotlin.android") version "2.0.21" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72..94113f2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME