You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed Android Resolver mainTemplate.gradle patcher regression on
Windows introduced by I3208790dcd8a515982654ccb56ad0ccbcf1ed4f8.
Maven paths are file URIs which require POSIX directory separators
rather than the Windows native directory separators.
For example...
Invalid - 'file:///Assets/GeneratedLocalRepo\Firebase/m2repository'
Valid - 'file:///Assets/GeneratedLocalRepo/Firebase/m2repository'
Fixes#361
Change-Id: I2ece2cbd6bff3a3eade6360e9234b6ecaec19376
0 commit comments