Skip to content

Commit

Permalink
Merge pull request #1443 from Infomaniak/bump-libs
Browse files Browse the repository at this point in the history
Bump Core & Libs
  • Loading branch information
KevinBoulongne authored Oct 1, 2024
2 parents 6ab41a0 + 4cc5f38 commit 4bc9a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation 'androidx.concurrent:concurrent-futures-ktx:1.2.0'
implementation 'androidx.lifecycle:lifecycle-process:2.8.6'
implementation 'androidx.viewpager2:viewpager2:1.1.0'
implementation 'androidx.webkit:webkit:1.11.0'
implementation 'androidx.webkit:webkit:1.12.0'

def exoplayer_version = '2.19.1'
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version"
Expand Down Expand Up @@ -175,7 +175,7 @@ dependencies {
androidTestImplementation "androidx.test:rules:$androidx_test_version"
androidTestImplementation 'androidx.test:runner:1.6.2'

def jupiter_version = '5.11.0'
def jupiter_version = '5.11.1'
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"

Expand Down

0 comments on commit 4bc9a40

Please sign in to comment.