Restore original API target

This commit is contained in:
Oizaro 2020-09-18 14:08:30 +02:00 committed by GitHub
parent a1813f2bcc
commit 93ee6dd923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ buildscript {
ext.androidBuildVersionTools = "29.0.3"
ext.androidMinSdk = 21
ext.androidTargetSdk = 30
ext.androidCompileSdk = 30
ext.androidTargetSdk = 29
ext.androidCompileSdk = 29
repositories {
jcenter()