diff --git a/README.MD b/README.MD index 57ba6d929..18031728e 100644 --- a/README.MD +++ b/README.MD @@ -43,7 +43,7 @@ For Magisk app crashes, record and upload the logcat when the crash occurs. - Install Python 3.6+ \ (Windows only: select **'Add Python to PATH'** in installer, and run `pip install colorama` after install) - Configure to use the JDK bundled in Android Studio: - - macOS: `export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"` + - macOS: `export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/Contents/Home"` - Linux: `export PATH="/path/to/androidstudio/jre/bin:$PATH"` - Windows: Add `C:\Path\To\Android Studio\jre\bin` to environment variable `PATH` - Set environment variable `ANDROID_SDK_ROOT` to the Android SDK folder (can be found in Android Studio settings) diff --git a/build.gradle.kts b/build.gradle.kts index 9a61117c6..4b2fe765d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { extra["vNav"] = vNav dependencies { - classpath("com.android.tools.build:gradle:7.0.1") + classpath("com.android.tools.build:gradle:7.0.2") classpath(kotlin("gradle-plugin", version = "1.5.30")) classpath("androidx.navigation:navigation-safe-args-gradle-plugin:${vNav}")