Skip to content

Commit ebfd370

Browse files
authored
Return FirebaseVersion as FIRRemoteConfigPodVersion (#7892)
1 parent 5d762ce commit ebfd370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseRemoteConfig/Sources/RCNDevice.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#import <sys/utsname.h>
2020

2121
#import <GoogleUtilities/GULAppEnvironmentUtil.h>
22+
#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h"
2223
#import "FirebaseRemoteConfig/Sources/Private/RCNConfigSettings.h"
2324
#import "FirebaseRemoteConfig/Sources/RCNConfigConstants.h"
2425

@@ -41,7 +42,7 @@
4142
}
4243

4344
NSString *FIRRemoteConfigPodVersion() {
44-
return [NSString stringWithUTF8String:STR(FIRRemoteConfig_VERSION)];
45+
return FIRFirebaseVersion();
4546
}
4647

4748
RCNDeviceModel FIRRemoteConfigDeviceSubtype() {

0 commit comments

Comments
 (0)