From fac656724cbc6efad1eea3a3e872ee8a9740d945 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:21:09 +0200 Subject: [PATCH] chore(deps): upgrade dependencies --- build.gradle | 4 ++-- example/build.gradle | 15 +++++++-------- gradle/wrapper/gradle-wrapper.properties | 2 +- livestream/build.gradle | 9 ++++----- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/build.gradle b/build.gradle index 0e9ae5d..3987711 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ buildscript { } } plugins { - id 'com.android.application' version '8.2.0' apply false - id 'com.android.library' version '8.2.0' apply false + id 'com.android.application' version '8.6.1' apply false + id 'com.android.library' version '8.6.1' apply false id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id 'org.jetbrains.kotlin.kapt' version "$kotlinVersion" apply false id 'org.jetbrains.dokka' version "$dokkaVersion" apply false diff --git a/example/build.gradle b/example/build.gradle index e09e471..64611cb 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -39,18 +39,17 @@ android { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" - implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' + implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.6' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.6' + implementation 'androidx.navigation:navigation-fragment-ktx:2.8.1' + implementation 'androidx.navigation:navigation-ui-ktx:2.8.1' implementation 'androidx.preference:preference-ktx:1.2.1' implementation project(":livestream") testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 80073db..ec1ee42 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Oct 13 16:06:55 CEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/livestream/build.gradle b/livestream/build.gradle index 0655ca1..8fbf424 100644 --- a/livestream/build.gradle +++ b/livestream/build.gradle @@ -53,14 +53,13 @@ dokkaHtml { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" - implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation "io.github.thibaultbee.streampack:streampack-core:$streamPackVersion" implementation "io.github.thibaultbee.streampack:streampack-ui:$streamPackVersion" implementation "io.github.thibaultbee.streampack:streampack-extension-rtmp:$streamPackVersion" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } \ No newline at end of file