Skip to content

Commit 86d6cef

Browse files
Update default Android SDK versions (#2537)
Update default Android SDK versions ## Description <!-- Description and motivation for this PR. Include 'Fixes #<number>' if this is fixing some issue. --> ## Test plan <!-- Describe how did you test this change here. --> --------- Co-authored-by: Jakub Piasecki <jakubpiasecki67@gmail.com>
1 parent a82e859 commit 86d6cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ repositories {
167167
}
168168

169169
android {
170-
compileSdkVersion safeExtGet("compileSdkVersion", 28)
170+
compileSdkVersion safeExtGet("compileSdkVersion", 33)
171171
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
172172
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
173173
namespace "com.swmansion.gesturehandler"
@@ -189,8 +189,8 @@ android {
189189
}
190190

191191
defaultConfig {
192-
minSdkVersion safeExtGet('minSdkVersion', 16)
193-
targetSdkVersion safeExtGet('targetSdkVersion', 28)
192+
minSdkVersion safeExtGet('minSdkVersion', 21)
193+
targetSdkVersion safeExtGet('targetSdkVersion', 33)
194194
versionCode 1
195195
versionName "1.0"
196196
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

0 commit comments

Comments
 (0)