From 4722acb2c58c66d9a9de50ad54e41a35640318e1 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Tue, 17 Oct 2017 08:59:42 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37cfad7c..336e1755 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Tusky is a beautiful Android client for [Mastodon](https://github.com/tootsuite/ #### Head of development -My Mastodon account is [Vavassor@mastodon.social](https://mastodon.social/users/Vavassor). +This app was developed by [Vavassor@mastodon.social](https://mastodon.social/users/Vavassor). +The current maintainer is [ConnyDuck@mastodon.social](https://mastodon.social/users/ConnyDuck). [Get it on F-Droid](https://f-droid.org/repository/browse/?fdid=com.keylesspalace.tusky) [Get it on Google Play](https://play.google.com/store/apps/details?id=com.keylesspalace.tusky&utm_source=github&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) @@ -28,8 +29,3 @@ After making it into an android studio project you can build/run as you wish. It's also possible to build using Gradle by itself on the command line if you have it installed and configured. This repository includes a gradle wrapper script that can be used, following this guide [Build You App On The Command Line](https://developer.android.com/studio/build/building-cmdline.html). The project's gradle files describe its building needs more in-depth and dependencies can be found in ```app/build.gradle```. - -### Firebase - -This app uses Firebase's Crash Reporting. So, in order to build with your own Firebase project, associate it with the build by replacing ```google-services.json``` file in the ```app``` directory with one from your Firebase console. -