cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.16k stars 7.05k forks source link

Updated the Android build files so a new project builds on creation #20738

Open patm1987 opened 2 years ago

patm1987 commented 2 years ago

The Android Gradle Plugin has been updated from 3.4.0 to 7.2.1 -- https://developer.android.com/studio/releases/gradle-plugin#7-2-0 jcenter() has been updated to mavenCentral() -- https://developer.android.com/studio/build/jcenter-migration The gradle wrapper has been upgraded to 7.3.3 (required for the Android Gradle Plugin) -- https://developer.android.com/studio/releases/gradle-plugin#updating-gradle The default ABI has been changed from armeabi-v7a to arm64-v8a since it's mandatory for new games -- https://developer.android.com/games/optimize/64-bit