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
commit 3167ab3ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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