We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382cda5 commit bab79ffCopy full SHA for bab79ff
1 file changed
Package.swift
@@ -10,7 +10,7 @@ let ndkVersion = ProcessInfo.processInfo.environment["ANDROID_NDK_VERSION"].flat
10
let ndkVersionDefine = SwiftSetting.define("ANDROID_NDK_VERSION_" + ndkVersion.description)
11
12
// Get Android API version
13
-let sdkVersion = ProcessInfo.processInfo.environment["ANDROID_SDK_VERSION"].flatMap { UInt($0) } ?? 29
+let sdkVersion = ProcessInfo.processInfo.environment["ANDROID_SDK_VERSION"].flatMap { UInt($0) } ?? 28
14
let sdkVersionDefine = SwiftSetting.define("ANDROID_SDK_VERSION_" + sdkVersion.description)
15
16
// Conditionally enable features
0 commit comments