diff --git a/android/build.gradle b/android/build.gradle index 48167db..30714f5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,9 +8,9 @@ def safeExtGet(prop, fallback) { return rootProject.ext.hasProperty(prop) ? rootProject.ext.get(prop) : fallback } -def _buildToolsVersion = safeExtGet('buildToolsVersion', '28.0.3') -def _compileSdkVersion = safeExtGet('compileSdkVersion', 28) -def _targetSdkVersion = safeExtGet('targetSdkVersion', 28) +def _buildToolsVersion = safeExtGet('buildToolsVersion', '34.0.0') +def _compileSdkVersion = safeExtGet('compileSdkVersion', 34) +def _targetSdkVersion = safeExtGet('targetSdkVersion', 34) def _minSdkVersion = safeExtGet('minSdkVersion', 16) buildscript {