From 11938c1c095ede9a3640d58922130eb4f8a4d3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Mon, 4 Mar 2019 04:28:09 +0100 Subject: [PATCH] Release 0.0.5 --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2340b80..10e9f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.0.5 - SNAPSHOT +### 0.0.5 - 04.03.2019 - Fix error message in Font scale plugin when system settings write management is not available ### 0.0.4 - 04.03.2019 diff --git a/README.md b/README.md index 60670ae..0dd62a5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add FoQA dependency to `build.gradle` of the application module: ```groovy dependencies { - debugImplementation 'com.github.droidsonroids:foqa:0.0.4' + debugImplementation 'com.github.droidsonroids:foqa:0.0.5' } ```