Dependency update

This commit is contained in:
tom5079
2021-11-03 09:42:12 +09:00
parent 10c97987fb
commit aa10ada3ee
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 67 versionCode 67
versionName "5.1.17" versionName "5.1.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
@@ -125,7 +125,7 @@ dependencies {
implementation "ru.noties.markwon:core:3.1.0" implementation "ru.noties.markwon:core:3.1.0"
implementation "xyz.quaver:libpupil:2.1.10" implementation "xyz.quaver:libpupil:2.1.11"
implementation "xyz.quaver:documentfilex:0.6.1" implementation "xyz.quaver:documentfilex:0.6.1"
implementation "xyz.quaver:floatingsearchview:1.1.7" implementation "xyz.quaver:floatingsearchview:1.1.7"

View File

@@ -11,7 +11,7 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 67, "versionCode": 67,
"versionName": "5.1.17", "versionName": "5.1.18",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]