Skip to content

Commit fd1da99

Browse files
committed
Update resolver version
1 parent 919e11a commit fd1da99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/external/google_unity_jar_resolver.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ExternalProject_Add(
2222
google_unity_jar_resolver
2323

2424
GIT_REPOSITORY https://github.com/googlesamples/unity-jar-resolver.git
25-
GIT_TAG v${GOOGLE_UNITY_JAR_RESOLVER_VERSION}
25+
GIT_TAG b932e28730744ffc3c372e634155dada9d207f24
2626
GIT_SHALLOW 1
2727

2828
PREFIX ${PROJECT_BINARY_DIR}

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 "11.0.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.182"
24+
set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.183"
2525
CACHE STRING
2626
"Version tag of Play Services Resolver to download and use (no trailing .0)"
2727
)

0 commit comments

Comments
 (0)