Skip to content

Conversation

chauduyphanvu
Copy link
Contributor

  • Update gitignore to exclude all build files. Should not affect documentation as it's already in docs/
  • Removed some Groovy Gradle files since they have equivalents in Kotlin
  • No longer use nightly for app builds
  • Removed a bunch of IDE config files

@chauduyphanvu chauduyphanvu requested review from a team, CB-RyanMcCormick, bichenwang and cb-jpadilla and removed request for a team September 8, 2023 20:47
Copy link

@cb-jpadilla cb-jpadilla left a 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'
Copy link
Contributor

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";
Copy link
Contributor

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?

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.

4 participants