mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-02 10:57:55 +00:00
app/build.grade: compileSdk 30 -> 31
Required for newer versions of some dependencies
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk 30
|
||||
compileSdk 31
|
||||
buildToolsVersion '30.0.3'
|
||||
|
||||
defaultConfig {
|
||||
|
Reference in New Issue
Block a user