File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ dependencies {
208
208
// Play Core: https://developer.android.com/reference/com/google/android/play/core/release-notes
209
209
implementation(" com.google.android.play:core:1.10.3" )
210
210
// 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" )
212
212
// The Checker Framework: https://checkerframework.org/CHANGELOG.md
213
213
compileOnly(" org.checkerframework:checker-qual:3.21.1" )
214
214
// OkHttp: https://github.com/square/okhttp/blob/master/CHANGELOG.md
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
`kotlin- dsl`
3
3
}
4
4
5
- val kotlinVersion = " 1.6.10 "
5
+ val kotlinVersion = " 1.6.20 "
6
6
7
7
gradlePlugin {
8
8
plugins {
@@ -45,11 +45,10 @@ configurations.all {
45
45
46
46
dependencies {
47
47
compileOnly(gradleApi())
48
- implementation(" com.android.tools.build:gradle:7.1.2 " )
48
+ implementation(" com.android.tools.build:gradle:7.1.3 " )
49
49
implementation(" com.google.gms:google-services:4.3.10" )
50
50
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion} " )
51
- // implementation("com.google.android.gms:oss-licenses-plugin:0.10.4")
52
51
implementation(" com.squareup.okhttp3:okhttp:4.9.3" )
53
52
implementation(" com.squareup.okhttp3:logging-interceptor:4.9.3" )
54
- implementation(" com.beust:klaxon:5.5 " )
53
+ implementation(" com.beust:klaxon:5.6 " )
55
54
}
Original file line number Diff line number Diff line change 1
1
# App
2
- version.app =1509
2
+ version.app =1510
3
3
version.major =0
4
4
# Anchor date point in app versioning
5
5
version.creation =873642600564
You can’t perform that action at this time.
0 commit comments