From c5e53642827ee31cb881ce2f40ad5d5afe207f32 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 11 Feb 2025 17:25:28 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karol WÄ…sowski --- DEVELOPMENT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8946d12c..c26f850c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -98,9 +98,9 @@ When you are not part of the pixelfed apple developer team, then you need to mak Build it with xcode. It shows the full error. -## android: BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 67 +### Android: BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 67 -This might mean that your java version is too new for the project. +This might mean that your java version is too new for the project. It is recommended to use Java 17. ### On macOS you can try this @@ -111,7 +111,7 @@ brew install openjdk@17 sudo ln -sfn /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk ``` -## android: File google-services.json is missing +### Android: File google-services.json is missing ``` > Task :app:processDebugGoogleServices FAILED