From d41217e96f912629e7cc86bc4c51a35138719f77 Mon Sep 17 00:00:00 2001 From: Aleksey Chernov Date: Sun, 13 Jun 2021 09:21:44 +0400 Subject: [PATCH 01/35] Since new features have been added to the engine (LCD subpixel rendering, mathml support, etc), increasing the version of the engine. --- crengine/include/cr3version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crengine/include/cr3version.h b/crengine/include/cr3version.h index 8237f7ee7..328bd4bd2 100644 --- a/crengine/include/cr3version.h +++ b/crengine/include/cr3version.h @@ -1,2 +1,2 @@ -#define CR_ENGINE_VERSION "3.2.56-1" -#define CR_ENGINE_BUILD_DATE "2021-04-02" +#define CR_ENGINE_VERSION "3.2.58-1" +#define CR_ENGINE_BUILD_DATE "2021-06-13" From d3a8014d9910f37fa97aadb7385858c23b6969ee Mon Sep 17 00:00:00 2001 From: Aleksey Chernov Date: Sun, 13 Jun 2021 11:07:28 +0400 Subject: [PATCH 02/35] Use gradle plugin 4.1.3. --- android/.idea/codeStyles/Project.xml | 18 ++++++++++++++++++ android/.idea/compiler.xml | 6 ++++++ android/build.gradle | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 android/.idea/compiler.xml diff --git a/android/.idea/codeStyles/Project.xml b/android/.idea/codeStyles/Project.xml index 5781ead32..8dbe5e302 100644 --- a/android/.idea/codeStyles/Project.xml +++ b/android/.idea/codeStyles/Project.xml @@ -1,5 +1,23 @@ + + + +