From 653ba131eb8f93059a34baf5aaf93643eaeb1cbd Mon Sep 17 00:00:00 2001 From: Grigory-Rylov Date: Thu, 9 Dec 2021 10:45:08 +0300 Subject: [PATCH] v21.12.09.1 --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8f272a4..30b715a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.github.grishberg.android' -version '21.12.09.0' +version '21.12.09.1' sourceCompatibility = 8 targetCompatibility = 8 @@ -77,5 +77,6 @@ task(verifySetup) { patchPluginXml { changeNotes """ Fixed screenshot offset in landscape on phones with cutouts.
+ Fix propertie panel invalidation.
""" }