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

app/build.grade: compileSdk 30 -> 31

Required for newer versions of some dependencies
This commit is contained in:
Atemu 2022-02-03 13:58:17 +01:00
parent e865c4350e
commit 3a9cdb28ab

View File

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdk 30
compileSdk 31
buildToolsVersion '30.0.3'
defaultConfig {