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

Upgrade the compileSdkVersion and buildToolsVersion. #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

musingsun
Copy link

  • The current compileSdkVersion is 34 and buildToolsVersion is "34.0.0".
  • Due to non-compliance of IMA SDK with Android 14, we need to temporarily disable ads insertion on Android 14. https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading
  • Replace the dependencies of Android's Support Library with the Android Jetpack Library.
  • Upgrade AGP version to 8.2.0.
  • Remove the androidTest cases that should be re-implemented in the library module.

- The current compileSdkVersion is 34 and buildToolsVersion is "34.0.0".
- Due to non-compliance of IMA SDK with Android 14, we need to temporarily disable ads insertion on Android 14.
  https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading
- Replace the dependencies of Android's Support Library with the Android Jetpack Library.
- Upgrade AGP version to 8.2.0.
- Remove the androidTest cases that should be re-implemented in the library module.
implementation "com.android.support:appcompat-v7:$appCompatVersion"
implementation "androidx.recyclerview:recyclerview:1.3.0"
implementation "androidx.leanback:leanback:1.0.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation 'com.google.android.exoplayer:exoplayer:r1.5.14'
Copy link

Choose a reason for hiding this comment

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

Hi, r1.5.14 is not available now. How can you got this dependency? Do you have .jar file of this version? Otherwise this PR will not work anymore.

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