-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependencies #26
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: master
Are you sure you want to change the base?
Conversation
ValentinPostindustria
commented
Oct 7, 2025
- 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.
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.
725266d
to
0e0098f
Compare
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"); |
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.
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" |
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.
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" |
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.
Same here