From 2879b1d4c6de219ae619754d297752a3ecd33912 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 5 Jun 2018 22:22:32 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a4abcf69..49c4fca90 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## The project was moved to : https://gitlab.com/tom79/mastalab/ + ## Mastalab is a multi-accounts client for Mastodon [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [Donate using Liberapay](https://liberapay.com/tom79/donate) The number of libraries is minimized and it does not use tracking tools. The source code is free (GPLv3). Any help would be greatly appreciated to fix spelling or for any other suggestions. From 908d2a0144c7b5f27ec9b4eefedac644db72e0dc Mon Sep 17 00:00:00 2001 From: PhotonQyv Date: Fri, 8 Jun 2018 19:32:53 +0100 Subject: [PATCH 2/3] Updated Gradle build tools version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 44bac8f90..ad6a92810 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.2' + classpath 'com.android.tools.build:gradle:3.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From e047380ac38a43afb3dec631033bf68d82f4810b Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 9 Jun 2018 08:47:41 +0000 Subject: [PATCH 3/3] Remove the link to GitLab --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 49c4fca90..cc346e336 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -## The project was moved to : https://gitlab.com/tom79/mastalab/ ## Mastalab is a multi-accounts client for Mastodon [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [Donate using Liberapay](https://liberapay.com/tom79/donate)