-
Notifications
You must be signed in to change notification settings - Fork 0
Minor clean-up from own audit #6
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
base: main
Are you sure you want to change the base?
Conversation
chartboostcore/build/outputs/logs/manifest-merger-debug-report.txt
Outdated
Show resolved
Hide resolved
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.
Just a minor comment. Everything else looks good.
dependencies { | ||
// TODO: Use production. | ||
implementation 'com.chartboost:chartboost-core-sdk:2023.07.27.1690452723-nightly' | ||
implementation 'com.chartboost:chartboost-core-sdk:0.2.0' |
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.
remove todo
public static final String BUILD_TYPE = "debug"; | ||
// Field from default config. | ||
public static final String CHARTBOOST_CORE_VERSION = "0.1.0"; | ||
public static final String CHARTBOOST_CORE_VERSION = "0.2.0"; |
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.
isn't this file supposed to get gitignored?
docs/