Skip to content

Commit bab79ff

Browse files
committed
Set Android SDK 28 as default version
1 parent 382cda5 commit bab79ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let ndkVersion = ProcessInfo.processInfo.environment["ANDROID_NDK_VERSION"].flat
1010
let ndkVersionDefine = SwiftSetting.define("ANDROID_NDK_VERSION_" + ndkVersion.description)
1111

1212
// Get Android API version
13-
let sdkVersion = ProcessInfo.processInfo.environment["ANDROID_SDK_VERSION"].flatMap { UInt($0) } ?? 29
13+
let sdkVersion = ProcessInfo.processInfo.environment["ANDROID_SDK_VERSION"].flatMap { UInt($0) } ?? 28
1414
let sdkVersionDefine = SwiftSetting.define("ANDROID_SDK_VERSION_" + sdkVersion.description)
1515

1616
// Conditionally enable features

0 commit comments

Comments
 (0)