Skip to content

Commit

Permalink
Change compileSdk from 30 to 31
Browse files Browse the repository at this point in the history
This will allow newer libraries to be used, see TeamNewPipe#7782 and TeamNewPipe#2335. This should have no changes on the app since the targetSdk stayed the same.
  • Loading branch information
Stypox committed Feb 19, 2022
1 parent a3f99bd commit 579b861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
buildToolsVersion '30.0.3'

defaultConfig {
Expand Down

0 comments on commit 579b861

Please sign in to comment.