From 1d513441c65f9fd281a2d73d2a33573dba67cdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Tue, 10 Sep 2019 23:43:10 +0200 Subject: [PATCH] Release v1.0.2 --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.html | 22 +++++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2378d4b2..506e34d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.beemdevelopment.aegis" minSdkVersion 19 targetSdkVersion 28 - versionCode 20 - versionName "1.0.1" + versionCode 21 + versionName "1.0.2" } lintOptions { diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index d4bde8e1..ea72fbc3 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -12,19 +12,39 @@ list-style-position: inside; padding: 0; padding-left: 5px; + margin-bottom: 5px; } li { padding-bottom: 8px; list-style-position: outside; margin-left: 1em; } + h4 { + margin-top: 0px; + margin-bottom: 0px; + } h3 { - padding-bottom: 0; + margin-bottom: 7px; + padding-top: 7px; }
+

Version 1.0.2

+

Fixes

+ +

Notes

+ +

Version 1.0.1

+

Notes

+

Version 1.0

New