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

Change compileSdk from 30 to 31

This will allow newer libraries to be used, see #7782 and #2335. This should have no changes on the app since the targetSdk stayed the same.
This commit is contained in:
Stypox 2022-02-19 12:00:04 +01:00
parent a3f99bd781
commit 579b8611be
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

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