From 3da0dc1c6c11b2a5abdf32496f934967d7176eb6 Mon Sep 17 00:00:00 2001 From: Tomasz Sapeta <1714764+tsapeta@users.noreply.github.com> Date: Mon, 25 May 2020 15:10:48 +0200 Subject: [PATCH] [android] Bump compileSdkVersion to 29 (#8450) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)