1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Merge pull request #7782 from Atemu/apple-silicon

Fix build on Apple Silicon macs
This commit is contained in:
litetex 2022-02-26 16:17:02 +01:00 committed by GitHub
commit a4dee77728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ ext {
checkstyleVersion = '9.2.1'
androidxLifecycleVersion = '2.3.1'
androidxRoomVersion = '2.3.0'
androidxRoomVersion = '2.4.1'
icepickVersion = '3.2.0'
exoPlayerVersion = '2.14.2'