diff --git a/android/build.gradle b/android/build.gradle index 410d0d397c1af..2a2a87a44f337 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,7 +35,7 @@ uploadArchives { } android { - compileSdkVersion safeExtGet("compileSdkVersion", 28) + compileSdkVersion safeExtGet("compileSdkVersion", 29) defaultConfig { minSdkVersion safeExtGet("minSdkVersion", 21)