Skip to content

Commit c721650

Browse files
committed
Update integration test.
1 parent 7ca910f commit c721650

File tree

4 files changed

+175
-2669
lines changed

4 files changed

+175
-2669
lines changed

ump/integration_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ endif()
236236
# Add the Firebase libraries to the target using the function from the SDK.
237237
add_subdirectory(${FIREBASE_CPP_SDK_DIR} bin/ EXCLUDE_FROM_ALL)
238238
# 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)
240240
set(gtest_libs gtest gmock)
241241
target_link_libraries(${integration_test_target_name} ${firebase_libs}
242242
${gtest_libs} ${ADDITIONAL_LIBS})

ump/integration_test/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '13.0'
3-
# Firebase GMA test application.
3+
# Firebase UMP test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '13.0'
88
pod 'Firebase/CoreOnly', '11.10.0'
9-
pod 'Google-Mobile-Ads-SDK', '11.2.0'
109
pod 'GoogleUserMessagingPlatform', '2.3.0'
1110
end
1211

ump/integration_test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484

8585
apply from: "$gradle.firebase_cpp_sdk_dir/Android/firebase_dependencies.gradle"
8686
firebaseCpp.dependencies {
87-
gma
87+
ump
8888
}
8989

9090
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)