hellcat707hp / GTRadio

An open-source, custom radio player for Android designed to produce similar functional results to the radios found in the Grand Theft Auto series of games.
GNU General Public License v3.0
9 stars 0 forks source link

feat: modernize visuals using Material 3 and update most depedencies (#10) #11

Closed hellcat707hp closed 8 months ago

hellcat707hp commented 8 months ago

What is the change?

Lots going on here. The primary goal here was to update styling to be more in line with Material 3. This goal alongside Google's new target API requirements had us go to 34. The new target API also necessitated updates to ExoPlayer for intent flag reasons.

In-depth code change information

Code areas to focus on

Lots going on here. Try to focus on the functional changes as dependency issues should be caught with basic testing and builds.

Related Issue(s)