We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b059a commit 9c52761Copy full SHA for 9c52761
1 file changed
android/sdl_android/build.gradle
@@ -3,10 +3,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
3
4
5
android {
6
- compileSdkVersion 28
+ compileSdkVersion 29
7
defaultConfig {
8
minSdkVersion 8
9
- targetSdkVersion 28
+ targetSdkVersion 29
10
versionCode 11
11
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments