Skip to content

Commit

Permalink
Merge pull request #8 from wix-playground/infra/upgrade_android_sdk_v…
Browse files Browse the repository at this point in the history
…ersion

Update android sdk version
  • Loading branch information
ethanshar authored Sep 19, 2024
2 parents f8d7294 + e59a1f6 commit 15da844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 15da844

Please sign in to comment.