Set compileSdkVersion (NOT targetSdkVersion) to 29 so that Build.VERSION_CODES.Q checks can be made

This commit is contained in:
agnostic-apollo
2021-03-25 11:52:26 +05:00
parent 4e5d14e4a2
commit 8e80e889f0

View File

@@ -18,4 +18,4 @@ android.useAndroidX=true
minSdkVersion=24
targetSdkVersion=28
ndkVersion=22.0.7026061
compileSdkVersion=28
compileSdkVersion=29