diff --git a/README.md b/README.md index 0af29acd6..bb2468710 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ## 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. 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