From 2bc3c78c758b29016765c7a6b3650ce6822549a0 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Sat, 24 Oct 2020 23:04:49 +0900 Subject: [PATCH] search bug fix --- app/build.gradle | 4 ++-- app/release/output-metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 10a9c877..e7ba13b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ android { minSdkVersion 16 targetSdkVersion 30 versionCode 63 - versionName "5.1.6-hotfix4" + versionName "5.1.6-hotfix5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } @@ -123,7 +123,7 @@ dependencies { implementation "ru.noties.markwon:core:3.1.0" - implementation "xyz.quaver:libpupil:1.8.13" + implementation "xyz.quaver:libpupil:1.8.14" implementation "xyz.quaver:documentfilex:0.4-alpha02" implementation "xyz.quaver:floatingsearchview:1.0.7" diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index abc569ae..3cefc1c4 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,7 +11,7 @@ "type": "SINGLE", "filters": [], "versionCode": 63, - "versionName": "5.1.6-hotfix4", + "versionName": "5.1.6-hotfix5", "outputFile": "app-release.apk" } ]