Skip to content

Commit 934034a

Browse files
authored
Update EDM4U dependency to 1.2.175 (#542)
Update EDM4U to its latest release, v1.2.175
1 parent aa2ba3e commit 934034a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/firebase_unity_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(FIREBASE_IOS_POD_VERSION "10.1.0"
2121
CACHE STRING "The version of the top-level Firebase Cocoapod to use.")
2222

2323
# https://github.com/googlesamples/unity-jar-resolver
24-
set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.174"
24+
set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.175"
2525
CACHE STRING
2626
"Version tag of Play Services Resolver to download and use (no trailing .0)"
2727
)

unity_packer/exports.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"manifest" : {
147147
"unity": "2018.1",
148148
"dependencies": {
149-
"com.google.external-dependency-manager" : "1.2.174"
149+
"com.google.external-dependency-manager" : "1.2.175"
150150
}
151151
}
152152
}

0 commit comments

Comments
 (0)