-
-
Notifications
You must be signed in to change notification settings - Fork 55
fix: Overwrite Android SDK during build #2031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
afd8f94
to
8067c81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubber stamp
412d8a3
to
278b968
Compare
File.Copy(file, destinationFile); | ||
} | ||
var fileName = Path.GetFileName(file); | ||
_logger.LogDebug("Copying '{0}'", fileName); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To where? Above we log something with gradlePath
but below we do targetPath
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to unblock
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Overwrite Android SDK during build ([#2031](https://github.com/getsentry/sentry-unity/pull/2031)) If none of the above apply, you can opt out of this check by adding |
Fixes #1847
These changes make sure that the SDK now overwrites the Android SDK in the generated gradle project - if already present.