cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

Update Android Gradle Plugin from 3.2.0 to 3.6.3

Open thanwah opened this issue 5 years ago • 2 comments

Also updated the Gradle version to the minimum required (5.6.4).

Changes were made with the following commands: find . -name build.gradle -print0 | xargs -0 sed -i '' -e 's/3.1.0/3.6.3/g' find . -name gradle-wrapper.properties -print0 | xargs -0 sed -i '' -e 's/5.1.1/5.6.4/g'

Checked build speed by running "./gradlew build" in the directory "tests/cpp-empty-test/proj.android". After running gradlew once to download dependencies, build speed is unaffected: ./gradlew clean build Before (with AGP 3.2.0): BUILD SUCCESSFUL in 3m 52s After (with AGP 3.6.3): BUILD SUCCESSFUL in 3m 41s

thanwah avatar May 09 '20 01:05 thanwah

#20512

namka279 avatar Apr 21 '24 11:04 namka279

#20512

namka279 avatar Apr 29 '24 04:04 namka279