Skip to content

Commit 9c52761

Browse files
Update compileSdkVersion & targetSdkVersion to 29
1 parent e1b059a commit 9c52761

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
33

44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77
defaultConfig {
88
minSdkVersion 8
9-
targetSdkVersion 28
9+
targetSdkVersion 29
1010
versionCode 11
1111
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)