Skip to content

Commit 4f2f3f7

Browse files
committed
updated native dependencies + updated ExoPlayer + updated build tools version & compileSdkVersion
1 parent b53d752 commit 4f2f3f7

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

‎app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ dependencies {
195195
// Play Core: https://developer.android.com/reference/com/google/android/play/core/release-notes
196196
implementation("com.google.android.play:core:1.10.2")
197197
// ExoPlayer: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
198-
implementation("com.google.android.exoplayer:exoplayer-core:2.15.0")
198+
implementation("com.google.android.exoplayer:exoplayer-core:2.15.1")
199199
// The Checker Framework: https://checkerframework.org/CHANGELOG.md
200200
compileOnly("org.checkerframework:checker-qual:3.17.0")
201201
// OkHttp: https://github.com/square/okhttp/blob/master/CHANGELOG.md
@@ -207,7 +207,7 @@ dependencies {
207207
// Konfetti: https://github.com/DanielMartinus/Konfetti/blob/master/README.md
208208
implementation("nl.dionsegijn:konfetti:1.2.6")
209209
// Transcoder: https://github.com/natario1/Transcoder/blob/master/docs/_about/changelog.md
210-
implementation("com.github.natario1:Transcoder:dab9ac2")
210+
implementation("com.github.natario1:Transcoder:ba8f098c94")
211211

212212
// YouTube: https://developers.google.com/youtube/android/player/
213213
implementation(files("thirdparty/YouTubeAndroidPlayerApi.jar"))

‎app/jni/thirdparty/ffmpeg

Submodule ffmpeg updated from bf87bdd to 79c114e

‎app/jni/thirdparty/ogg

Submodule ogg updated from b674b56 to e1774cd

‎app/jni/thirdparty/opus

Submodule opus updated from 034c1b6 to e85ed77

‎thirdparty/ExoPlayer

Submodule ExoPlayer updated 108 files

‎version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ version.cmdline_tools=7583922
1717
version.ndk=22.1.7171670
1818
version.cmake=3.10.2.4988404
1919
# https://developer.android.com/studio/releases/build-tools
20-
version.build_tools=30.0.3
20+
version.build_tools=31.0.0
2121

22-
version.sdk_compile=30
22+
version.sdk_compile=31
2323
version.sdk_target=29
2424

2525
# https://chromium.googlesource.com/webm/libwebp

‎vkryl/leveldb

Submodule leveldb updated 1 file

0 commit comments

Comments
 (0)