Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

Commits on Jun 1, 2022

  1. Updated the Android build files

    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
    Patrick Martin committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    59a38be View commit details
    Browse the repository at this point in the history