expo-android-gradle
v1.0.0
Published
Plugin for managing Android Gradle versions in Expo projects.
Maintainers
Readme
expo-android-gradle
Expo plugin for managing Android Gradle & Gradle Plugin versions.
Setup
Install
npx expo install expo-android-gradleConfiguration
Set the gradleVersion and gradlePluginVersion in your app.json or app.config.js.
Replace the example versions with the versions you want to use for your project.
{
"expo": {
"plugins": [
[
"expo-android-gradle",
{
"gradleVersion": "8.13",
"gradlePluginVersion": "8.11.1"
}
]
]
}
}