Skip to content

Commit c599ab3

Browse files
committedApr 6, 2022
Version 1.2.170
- Version 1.2.170 - Apr 4, 2022 * Android Resolver - Fixes #498 - Fix the path separator of the Maven repo injected to `mainTemplate.gradle`. * iOS Resolver - Fixes #470 - Switch default Cocoapods master repo from Github to CDN. * iOS Resolver - `Link Framework Statically` setting is now default to `true`. That is, `use_frameworks! :linkage => static` will be added to `Podfile` by default instead of `use_frameworks!`. This can be changed in iOS Resolver settings. This fixes odd behaviors when pods include static libraries, ex. Firebase Analytics. * iOS Resolver - Added a workaround when app crashes on launch due to `Library not loaded: @rpath/libswiftCore.dylib` when some pods includes Swift framework. This is turned `OFF` by default and can be changed in iOS Resolver settings.
1 parent 04dc47c commit c599ab3

File tree

53 files changed

+125
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+125
-92
lines changed
 

‎CHANGELOG.md

+16-1

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ project.ext {
226226
// Directory for testing.
227227
testDir = new File(scriptDirectory, "test_output")
228228
// Version of the plugin (update this with CHANGELOG.md on each release).
229-
pluginVersion = "1.2.169"
229+
pluginVersion = "1.2.170"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.

0 commit comments

Comments
 (0)