Set compileSdkVersion (NOT targetSdkVersion) to 29 so that Build.VERSION_CODES.Q checks can be made
This commit is contained in:
@@ -18,4 +18,4 @@ android.useAndroidX=true
|
||||
minSdkVersion=24
|
||||
targetSdkVersion=28
|
||||
ndkVersion=22.0.7026061
|
||||
compileSdkVersion=28
|
||||
compileSdkVersion=29
|
||||
|
||||
Reference in New Issue
Block a user