search bug fix

This commit is contained in:
tom5079
2020-10-24 23:04:49 +09:00
parent 18e9fe75fb
commit 2bc3c78c75
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 63 versionCode 63
versionName "5.1.6-hotfix4" versionName "5.1.6-hotfix5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
@@ -123,7 +123,7 @@ dependencies {
implementation "ru.noties.markwon:core:3.1.0" 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:documentfilex:0.4-alpha02"
implementation "xyz.quaver:floatingsearchview:1.0.7" implementation "xyz.quaver:floatingsearchview:1.0.7"

View File

@@ -11,7 +11,7 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 63, "versionCode": 63,
"versionName": "5.1.6-hotfix4", "versionName": "5.1.6-hotfix5",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]