Change compileSdk back to 28.

This commit is contained in:
Greyson Parrelli 2019-06-28 19:16:27 -04:00
parent 5d7ac81c4b
commit 666cdeae6b

View File

@ -305,7 +305,7 @@ def abiPostFix = ['armeabi-v7a' : 1,
android {
flavorDimensions "none"
compileSdkVersion 29
compileSdkVersion 28
buildToolsVersion '28.0.3'
useLibrary 'org.apache.http.legacy'