1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-29 00:23:22 +00:00

Bump compileSdkVersion to 30.

This commit is contained in:
Isira Seneviratne 2021-07-13 08:06:56 +05:30
parent 96f5cd9f17
commit 403e336a64

View File

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