Skip to content

Commit 2c542a6

Browse files
author
qinhui
committed
SwiftUI project shows sdk version number
1 parent 5ffcf47 commit 2c542a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iOS/APIExample-SwiftUI/APIExample-SwiftUI/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct ContentView: View {
106106
}
107107
}
108108

109-
Text("SDK Version: arsenal_46627_FULL_20241022_0154_394587")
109+
Text("SDK Version: \(AgoraRtcEngineKit.getSdkVersion())")
110110
}
111111
.listStyle(GroupedListStyle())
112112
.navigationTitle("Agora API Example")

0 commit comments

Comments
 (0)