Skip to content
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

Make Android versions configurable #125

Merged

Conversation

metint
Copy link
Contributor

@metint metint commented Dec 12, 2022

@DaGeRe
Copy link
Owner

DaGeRe commented Dec 12, 2022

Thanks for the PR. This is overall fine, but ExecutionConfig got a copy constructor and will only work if this implemented correctly. Could you add the lines for copying the data to the copy constructor?

Comment on lines +131 to +133
this.androidCompileSdkVersion = other.androidCompileSdkVersion;
this.androidMinSdkVersion = other.androidMinSdkVersion;
this.androidTargetSdkVersion = other.androidTargetSdkVersion;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had these lines added to the copy constructor, or was it wrong?

@DaGeRe
Copy link
Owner

DaGeRe commented Dec 12, 2022

Sorry, I overlooked this - than its fine.

@DaGeRe DaGeRe merged commit 58b6fab into DaGeRe:develop Dec 12, 2022
@metint metint deleted the feature-configurable-android-versions branch December 12, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants