Skip to content

Conversation

ValentinPostindustria
Copy link
Collaborator

  • Replace Google Mobile Ads to Ads Identifier lib.
  • Clean unused libs.
  • Migrate the latest version of Google Mobile Ads.
  • Rewrite PublisherAdView to new AdManagerAdView.
  • Import the latest version of the Optable SDK in the demo apps.
  • Add testing application ID.

Base automatically changed from feature/upgrade_to_new_versions to master October 7, 2025 14:52
Replace Google Mobile Ads to Ads Identifier lib. Clean unused libs.
Migrate the latest version of Google Mobile Ads. Rewrite PublisherAdView to new AdManagerAdView. Import the latest version of the Optable SDK in the demo apps. Add testing application ID.
@ValentinPostindustria ValentinPostindustria marked this pull request as ready for review October 7, 2025 14:59
setContentView(R.layout.activity_main);

MainActivity.OPTABLE = new OptableSDK(this.getApplicationContext(), "sandbox.optable.co", "android-sdk-demo");
MainActivity.OPTABLE = new OptableSDK(this.getApplicationContext(), "sandbox.optable.co", "ios-sdk-demo");
Copy link
Member

Choose a reason for hiding this comment

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

ios?

// Optable SDK
// TODO: Return to this version after release
// implementation "com.github.Optable:optable-android-sdk:" + versioning.getVersionName(false)
implementation "com.github.Optable:optable-android-sdk:feature~upgrade_to_new_versions-SNAPSHOT"
Copy link
Member

@zapo zapo Oct 7, 2025

Choose a reason for hiding this comment

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

The ref here is merged, feel free to release/tag and reference here if needed

// Optable SDK
// TODO: Return to this version after release
// implementation "com.github.Optable:optable-android-sdk:" + versioning.getVersionName(false)
implementation "com.github.Optable:optable-android-sdk:feature~upgrade_to_new_versions-SNAPSHOT"
Copy link
Member

Choose a reason for hiding this comment

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

Same here

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