Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Update gradle plugin version to 3.2.1 for all packages. #817

Closed
wants to merge 5 commits into from

Conversation

ened
Copy link
Contributor

@ened ened commented Oct 5, 2018

I have a another PR inbound (ExoPlayer 2.9.0 dependency in video_player), which will probably depend on this.

My reference script:

Update the build dependencies

find . -name "build.gradle" -exec sed -i '' -e s/gradle:3.0.1/gradle:3.2.0/g {} \;
find . -name "gradle-wrapper.properties" -exec sed -i '' -e s/gradle-4.4-all.zip/gradle-4.10.2-all.zip/g {} \;

Some regex magic would probably make this script a bit more robust.

Verify

for i in `find . -name gradlew ;`; do cd `dirname $i` && ./gradlew app:assembleDebug; cd - ; done

@ened
Copy link
Contributor Author

ened commented Oct 8, 2018

Also moves gradle wrapper version to 4.10.2 to cope with flutter/flutter#22614.

@ened ened changed the title Update gradle plugin version to 3.2.0 for all packages. Update gradle plugin version to 3.2.1 for all packages. Nov 21, 2018
@ened ened closed this Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants