Skip to content

Commit 3e1cca9

Browse files
committed
Update gradle & dependencies + version bump to 1510
1 parent 8c48402 commit 3e1cca9

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

‎app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ dependencies {
208208
// Play Core: https://developer.android.com/reference/com/google/android/play/core/release-notes
209209
implementation("com.google.android.play:core:1.10.3")
210210
// ExoPlayer: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
211-
implementation("com.google.android.exoplayer:exoplayer-core:2.16.1")
211+
implementation("com.google.android.exoplayer:exoplayer-core:2.17.1")
212212
// The Checker Framework: https://checkerframework.org/CHANGELOG.md
213213
compileOnly("org.checkerframework:checker-qual:3.21.1")
214214
// OkHttp: https://github.com/square/okhttp/blob/master/CHANGELOG.md

‎buildSrc/build.gradle.kts

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
}
44

5-
val kotlinVersion = "1.6.10"
5+
val kotlinVersion = "1.6.20"
66

77
gradlePlugin {
88
plugins {
@@ -45,11 +45,10 @@ configurations.all {
4545

4646
dependencies {
4747
compileOnly(gradleApi())
48-
implementation("com.android.tools.build:gradle:7.1.2")
48+
implementation("com.android.tools.build:gradle:7.1.3")
4949
implementation("com.google.gms:google-services:4.3.10")
5050
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
51-
// implementation("com.google.android.gms:oss-licenses-plugin:0.10.4")
5251
implementation("com.squareup.okhttp3:okhttp:4.9.3")
5352
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")
54-
implementation("com.beust:klaxon:5.5")
53+
implementation("com.beust:klaxon:5.6")
5554
}

‎thirdparty/ExoPlayer

Submodule ExoPlayer updated 1257 files

‎version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# App
2-
version.app=1509
2+
version.app=1510
33
version.major=0
44
# Anchor date point in app versioning
55
version.creation=873642600564

0 commit comments

Comments
 (0)