amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
403 stars 101 forks source link

Update android build tools #61

Closed ademar111190 closed 2 years ago

ademar111190 commented 2 years ago

Update Gradle and Android build tools to take advantage of the latest improvements also I was not able to build the project before, updating the build tools solve that 🙏

amugofjava commented 2 years ago

Hi,

I am currently testing the updated build tools locally and have moved up to 7.0.3. I also had to increase the heap size in gradle.properties or the build would fail. Did yours build OK without having to update gradle.properties?

ademar111190 commented 2 years ago

@amugofjava Yes, works perfectly 👍

amugofjava commented 2 years ago

I have pushed a new branch which contains an update to the build tools. Once tested I'll merge into master. Closing PR.