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

[APT-10212] Android 14 & JDK 17 #36

Merged
merged 6 commits into from
Jul 8, 2024
Merged

Conversation

kabliz
Copy link
Contributor

@kabliz kabliz commented Jul 8, 2024

Makes the requires changes to support Android 14 and the JDK version 17, the latter is needed to update to Android 14 sdk dependencies.

Gives the appropriate permissions to the PlaybackService (FOREGROUND_SERVICE_MEDIA_PLAYBACK) and the TestApp (FOREGROUND_SERVICE) required by Android.

Also updates PendingIntents.

see also: https://developer.android.com/about/versions/14/behavior-changes-14

kabliz added 6 commits July 3, 2024 16:37
Sets service permissions, exports relevant BroadcastReceivers, and changes build to use JDK version 17.
Performs changes needed to the gradle build script to Gradle 8.
@ebmalone1234
Copy link

you mean APT-10212 (NOT 20202) ?

@kschults kschults self-assigned this Jul 8, 2024
testImplementation 'junit:junit:4.13.2'
testImplementation("org.assertj:assertj-core:3.10.0")
testImplementation "org.mockito:mockito-core:2.28.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Yikes

@kabliz kabliz changed the title [APT-10202] Android 14 & JDK 17 [APT-10212] Android 14 & JDK 17 Jul 8, 2024
@SeanoAndroid SeanoAndroid self-assigned this Jul 8, 2024
@kabliz kabliz merged commit d9f5bb0 into main Jul 8, 2024
6 checks passed
@kabliz kabliz deleted the kabliz/APT-10202-android-14 branch July 8, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants