1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-03-17 05:09:44 +00:00

Merge pull request #6654 from Isira-Seneviratne/Bump_compileSdk

Bump compileSdkVersion to 30.
This commit is contained in:
Stypox
2021-07-19 11:11:18 +02:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'checkstyle'
android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {