Skip to content

Instantly share code, notes, and snippets.

View AndrewDongminYoo's full-sized avatar
🐈
My cat is interfering

Dongmin,Yu AndrewDongminYoo

🐈
My cat is interfering
View GitHub Profile
@AndrewDongminYoo
AndrewDongminYoo / update-android-project.sh
Created November 30, 2024 11:31 — forked from bizz84/update-android-project.sh
Script to update Gradle, Java and other Android project settings in a Flutter project
#!/bin/bash
# Update Gradle, Java and other Android project settings in a Flutter project
# See: https://gradle.org/releases/
DESIRED_GRADLE_VERSION="8.9"
# Build errors often show the required Java version
DESIRED_JAVA_VERSION="17"
# See: https://developer.android.com/ndk/downloads
DESIRED_NDK_VERSION="27.0.12077973"
# The minimum Android SDK version