Skip to content

Commit 8e80e88

Browse files
Set compileSdkVersion (NOT targetSdkVersion) to 29 so that Build.VERSION_CODES.Q checks can be made
1 parent 4e5d14e commit 8e80e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ android.useAndroidX=true
1818
minSdkVersion=24
1919
targetSdkVersion=28
2020
ndkVersion=22.0.7026061
21-
compileSdkVersion=28
21+
compileSdkVersion=29

0 commit comments

Comments
 (0)