File tree Expand file tree Collapse file tree 4 files changed +175
-2669
lines changed Expand file tree Collapse file tree 4 files changed +175
-2669
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ endif()
236
236
# Add the Firebase libraries to the target using the function from the SDK.
237
237
add_subdirectory (${FIREBASE_CPP_SDK_DIR} bin/ EXCLUDE_FROM_ALL )
238
238
# Note that firebase_app needs to be last in the list.
239
- set (firebase_libs firebase_gma firebase_app )
239
+ set (firebase_libs firebase_ump firebase_app )
240
240
set (gtest_libs gtest gmock )
241
241
target_link_libraries (${integration_test_target_name} ${firebase_libs}
242
242
${gtest_libs} ${ADDITIONAL_LIBS} )
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
platform :ios , '13.0'
3
- # Firebase GMA test application.
3
+ # Firebase UMP test application.
4
4
use_frameworks! :linkage => :static
5
5
6
6
target 'integration_test' do
7
7
platform :ios , '13.0'
8
8
pod 'Firebase/CoreOnly' , '11.10.0'
9
- pod 'Google-Mobile-Ads-SDK' , '11.2.0'
10
9
pod 'GoogleUserMessagingPlatform' , '2.3.0'
11
10
end
12
11
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
84
84
85
85
apply from : " $gradle . firebase_cpp_sdk_dir /Android/firebase_dependencies.gradle"
86
86
firebaseCpp. dependencies {
87
- gma
87
+ ump
88
88
}
89
89
90
90
apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments