Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump mockkVersion from 1.13.9 to 1.13.10 #1181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
def workManagerVersion = '2.9.0'

def espressoVersion = '3.5.1'
def mockkVersion = '1.13.9'
def mockkVersion = '1.13.10'

kapt "com.google.dagger:hilt-compiler:$deps.hiltVersion"
kapt "androidx.hilt:hilt-compiler:$androidXHiltVersion"
Expand All @@ -109,14 +109,14 @@
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.core:core-ktx:$deps.androidXCoreVersion"
implementation "androidx.fragment:fragment-ktx:$fragmentVersion"
implementation "androidx.hilt:hilt-work:$androidXHiltVersion"

Check warning on line 112 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.hilt:hilt-work than 1.1.0 is available: 1.2.0
implementation "androidx.lifecycle:lifecycle-common-java8:$deps.lifecycleVersion"

Check warning on line 113 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.lifecycle:lifecycle-common-java8 than 2.6.2 is available: 2.7.0
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$deps.lifecycleVersion"

Check warning on line 114 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.6.2 is available: 2.7.0
implementation 'androidx.media:media:1.7.0' // needed for audio focus management.
implementation "androidx.media3:media3-common:$media3Version"

Check warning on line 116 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-common than 1.2.0 is available: 1.2.1
implementation "androidx.media3:media3-exoplayer:$media3Version"

Check warning on line 117 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-exoplayer than 1.2.0 is available: 1.2.1
implementation "androidx.media3:media3-exoplayer-workmanager:$media3Version"

Check warning on line 118 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-exoplayer-workmanager than 1.2.0 is available: 1.2.1
implementation "androidx.media3:media3-session:$media3Version"

Check warning on line 119 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-session than 1.2.0 is available: 1.2.1
implementation "androidx.navigation:navigation-fragment-ktx:$deps.navVersion"
implementation "androidx.navigation:navigation-ui-ktx:$deps.navVersion"
implementation 'androidx.paging:paging-runtime-ktx:3.2.1'
Expand Down
Loading