From a1b1690fbc53da61b46f093e3fa06be2d4ea760b Mon Sep 17 00:00:00 2001 From: David Chavez Date: Fri, 22 Sep 2023 15:52:14 +0200 Subject: [PATCH] chore(android): update kotlin audio to rc14 (#2136) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index dc3bf8124..0ab163d1d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,7 +49,7 @@ repositories { } dependencies { - implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc12' + implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc14' // used when building against local maven // implementation "com.github.doublesymmetry:kotlin-audio:1.2.2"