Skip to content

Commit

Permalink
Merge pull request #1458 from Infomaniak/bump-libs
Browse files Browse the repository at this point in the history
Bump Libs
  • Loading branch information
KevinBoulongne authored Oct 8, 2024
2 parents 690f021 + 1601afc commit 1cf6d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.12.0'
implementation 'androidx.webkit:webkit:1.12.1'

def exoplayer_version = '2.19.1'
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version"
Expand All @@ -148,7 +148,7 @@ dependencies {
implementation 'com.github.Infomaniak:android-pdfview:3.2.10'
implementation 'com.github.MikeOrtiz:TouchImageView:3.5'
implementation 'com.github.rubensousa:gravitysnaphelper:2.2.2'
implementation 'com.tbuonomo:dotsindicator:5.0'
implementation 'com.tbuonomo:dotsindicator:5.1.0'
implementation 'com.wdullaer:materialdatetimepicker:4.2.3'

implementation 'com.github.realm:realm-android-adapters:v4.0.0'
Expand All @@ -175,7 +175,7 @@ dependencies {
androidTestImplementation "androidx.test:rules:$androidx_test_version"
androidTestImplementation 'androidx.test:runner:1.6.2'

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

Expand Down

0 comments on commit 1cf6d57

Please sign in to comment.