diff --git a/app/build.gradle b/app/build.gradle index 0a38a942..8c79e7d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,6 +74,6 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.activity:activity-ktx:1.9.2" - implementation "androidx.fragment:fragment-ktx:1.8.3" + implementation "androidx.fragment:fragment-ktx:1.8.4" implementation 'androidx.media:media:1.7.0' } diff --git a/build.gradle b/build.gradle index df1b4b8d..735c8484 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,14 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.20' + ext.kotlin_version = '1.9.21' repositories { google() mavenCentral() } dependencies { // noinspection AndroidGradlePluginVersion - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/gradle.properties b/gradle.properties index d3a7b000..92df1e67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,9 @@ # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8 +# Default value: summary +# org.gradle.warning.mode=all + # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fc59a653..8b53832d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Jan 30 05:45:34 EET 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists