Fix missing compile target

This commit is contained in:
Niels Andriesse
2021-05-18 14:08:21 +10:00
parent f0b2ff5b46
commit 8a20c46bd4
5 changed files with 12 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ def abiPostFix = ['armeabi-v7a' : 1,
'universal' : 5]
android {
compileSdkVersion 30
compileSdkVersion androidCompileSdkVersion
buildToolsVersion '29.0.3'
useLibrary 'org.apache.http.legacy'