Skip to content

Commit 6cf13ed

Browse files
Merge pull request #10087 from TacoTheDank/bumpLibraries
Update some libraries
2 parents ad75db4 + 4e3bf3c commit 6cf13ed

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

app/build.gradle

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id "kotlin-kapt"
99
id "kotlin-parcelize"
1010
id "checkstyle"
11-
id "org.sonarqube" version "3.5.0.2730"
11+
id "org.sonarqube" version "4.0.0.2929"
1212
}
1313

1414
android {
@@ -107,22 +107,21 @@ android {
107107
}
108108

109109
ext {
110-
checkstyleVersion = '10.3.1'
110+
checkstyleVersion = '10.11.0'
111111

112112
androidxLifecycleVersion = '2.5.1'
113113
androidxRoomVersion = '2.4.3'
114114
androidxWorkVersion = '2.7.1'
115115

116116
icepickVersion = '3.2.0'
117-
exoPlayerVersion = '2.18.5'
117+
exoPlayerVersion = '2.18.7'
118118
googleAutoServiceVersion = '1.0.1'
119119
groupieVersion = '2.10.1'
120120
markwonVersion = '4.6.2'
121121

122122
leakCanaryVersion = '2.9.1'
123123
stethoVersion = '1.6.0'
124124
mockitoVersion = '4.0.0'
125-
assertJVersion = '3.23.1'
126125
}
127126

128127
configurations {
@@ -193,7 +192,7 @@ sonar {
193192

194193
dependencies {
195194
/** Desugaring **/
196-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
195+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
197196

198197
/** NewPipe libraries **/
199198
// You can use a local version by uncommenting a few lines in settings.gradle
@@ -241,10 +240,10 @@ dependencies {
241240
kapt "frankiesardo:icepick-processor:${icepickVersion}"
242241

243242
// HTML parser
244-
implementation "org.jsoup:jsoup:1.15.3"
243+
implementation "org.jsoup:jsoup:1.16.1"
245244

246245
// HTTP client
247-
implementation "com.squareup.okhttp3:okhttp:4.10.0"
246+
implementation "com.squareup.okhttp3:okhttp:4.11.0"
248247

249248
// Media player
250249
implementation "com.google.android.exoplayer:exoplayer-core:${exoPlayerVersion}"
@@ -279,7 +278,7 @@ dependencies {
279278
implementation 'com.jakewharton:process-phoenix:2.1.2'
280279

281280
// Reactive extensions for Java VM
282-
implementation "io.reactivex.rxjava3:rxjava:3.1.5"
281+
implementation "io.reactivex.rxjava3:rxjava:3.1.6"
283282
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
284283
// RxJava binding APIs for Android UI widgets
285284
implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0"
@@ -301,10 +300,10 @@ dependencies {
301300
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
302301
testImplementation "org.mockito:mockito-inline:${mockitoVersion}"
303302

304-
androidTestImplementation "androidx.test.ext:junit:1.1.3"
305-
androidTestImplementation "androidx.test:runner:1.4.0"
303+
androidTestImplementation "androidx.test.ext:junit:1.1.5"
304+
androidTestImplementation "androidx.test:runner:1.5.2"
306305
androidTestImplementation "androidx.room:room-testing:${androidxRoomVersion}"
307-
androidTestImplementation "org.assertj:assertj-core:${assertJVersion}"
306+
androidTestImplementation "org.assertj:assertj-core:3.23.1"
308307
}
309308

310309
static String getGitWorkingBranch() {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.8.20'
4+
ext.kotlin_version = '1.8.21'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.0.1'
10+
classpath 'com.android.tools.build:gradle:8.0.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=a62c5f99585dd9e1f95dab7b9415a0e698fa9dd1e6c38537faa81ac078f4d23e
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
55
networkTimeout=10000
66
zipStoreBase=GRADLE_USER_HOME
77
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)