From 461c19f5173194b471a59f0a6d383f181c3a16ef Mon Sep 17 00:00:00 2001 From: Fiz <34069775+Hafizzle@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:04:46 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b9720027..97ac4cb1c 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,7 @@ Given that our team is stretched pretty thin, it can be difficult for us to take * Don't forget to include your Habitica User ID, so that we can count your contribution towards your contributor tier ### Code Style Guidelines -We follow the code style guidelines outlined in [Android Code Style Guidelines for Contributors](https://source.android.com/source/code-style.html). - -You can install our code style scheme to Intellij and/or Android Studio via this shell command: - - $ ./install-codestyle.sh +We use Kotlin and follow the code style based on the [Android Kotlin Style Guide](https://developer.android.com/kotlin/style-guide). ## Build Instructions