diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2023-03-01 16:25:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 16:25:50 +1000 |
commit | 564249f53467d6d80cb30d44d5fbdce2003a8f4d (patch) | |
tree | 9ba5e4cd36de7a464aa74fd239c13e569a73c21b | |
parent | 340e3edd6be76da707bc9456e0a714eae160cf08 (diff) | |
parent | dff5439362f389dccc49ce6ac3e4ccffb248e123 (diff) |
Merge pull request #22878 from joseluismarti/bump-gson
[Android] bump Gson 2.10.1
-rw-r--r-- | tools/android/packaging/xbmc/build.gradle.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/packaging/xbmc/build.gradle.in b/tools/android/packaging/xbmc/build.gradle.in index 12019f4089..d3db6ade43 100644 --- a/tools/android/packaging/xbmc/build.gradle.in +++ b/tools/android/packaging/xbmc/build.gradle.in @@ -62,5 +62,5 @@ project.afterEvaluate { dependencies { // New support library to for channels/programs development. implementation 'androidx.tvprovider:tvprovider:1.0.0' - implementation 'com.google.code.gson:gson:2.8.5' + implementation 'com.google.code.gson:gson:2.10.1' } |