From 2882bce4829bc610c92a7b5d995732d897801c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Carr?= Date: Thu, 30 Jan 2020 16:06:57 +0100 Subject: [PATCH] Bump to 1.6.2 (27) --- README.md | 2 +- app/app.iml | 113 +++++++++++++++-------------------------------- app/build.gradle | 4 +- build.gradle | 2 +- 4 files changed, 40 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index 3ca1c9d..1d86f9c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ See [the next milestones](https://github.com/dimtion/Shaarlier/milestones) - Main and recommended fork of the Shaarli project: https://github.com/shaarli/Shaarli/ - Managed Shaarli instances using: https://my.framasoft.org/ - Thanks Jonathan Hedley for [jsoup](http://jsoup.org/) under [MIT Licence](http://jsoup.org/license) -- Please swing by personal [Shaarli](https://shaarli.dimtion.fr) +- Please swing by my personal [Shaarli](https://shaarli.dimtion.fr) -------- diff --git a/app/app.iml b/app/app.iml index fa561f3..0942c5b 100644 --- a/app/app.iml +++ b/app/app.iml @@ -4,6 +4,8 @@ @@ -24,23 +26,23 @@ - - + + - + - - - + + + - - - + + + @@ -83,85 +85,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index ce747af..c8f7d0e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.dimtion.shaarlier" minSdkVersion 15 targetSdkVersion 28 - versionCode 26 - versionName "1.6.1" + versionCode 27 + versionName "1.6.2" } buildTypes { release { diff --git a/build.gradle b/build.gradle index 44c10be..b64acc4 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files