From 04313981d4e98ffde9b93a70336475ec321d734f Mon Sep 17 00:00:00 2001 From: tom5079 Date: Wed, 29 Dec 2021 20:28:18 +0900 Subject: [PATCH] 5.1.22 Fixed gallery thumbnail not visible --- app/build.gradle | 6 +++--- app/release/output-metadata.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ab3a34eb..3b18a017 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "xyz.quaver.pupil" minSdkVersion 16 targetSdkVersion 30 - versionCode 68 - versionName "5.1.21" + versionCode 69 + versionName "5.1.22" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } @@ -125,7 +125,7 @@ dependencies { implementation "ru.noties.markwon:core:3.1.0" - implementation "xyz.quaver:libpupil:2.1.12" + implementation "xyz.quaver:libpupil:2.1.13" implementation "xyz.quaver:documentfilex:0.7.1" implementation "xyz.quaver:floatingsearchview:1.1.7" diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index fa45489a..86396c7c 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -10,8 +10,8 @@ { "type": "SINGLE", "filters": [], - "versionCode": 68, - "versionName": "5.1.21", + "versionCode": 69, + "versionName": "5.1.22", "outputFile": "app-release.apk" } ]