diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index 2cd22f98..6814e8a9 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -76,5 +76,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index e9552f8a..2c8035bc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 64
- versionName "5.1.9-hotfix4"
+ versionName "5.1.10"
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.1"
+ implementation "xyz.quaver:libpupil:2.1.3"
implementation "xyz.quaver:documentfilex:0.6.1"
implementation "xyz.quaver:floatingsearchview:1.1.7"
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
index 4df15d37..6d1d4319 100644
--- a/app/release/output-metadata.json
+++ b/app/release/output-metadata.json
@@ -11,7 +11,7 @@
"type": "SINGLE",
"filters": [],
"versionCode": 64,
- "versionName": "5.1.9-hotfix4",
+ "versionName": "5.1.10",
"outputFile": "app-release.apk"
}
]
diff --git a/build.gradle b/build.gradle
index 90ef53b7..4ee2606c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,6 +23,7 @@ allprojects {
repositories {
google()
mavenCentral()
+ mavenLocal()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://guardian.github.io/maven/repo-releases/" }