diff --git a/README.md b/README.md
index 05af489a6..b56d0f2e3 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,8 @@ Kotatsu is a free and open source manga reader for Android.
### Download
-[
](https://f-droid.org/packages/org.koitharu.kotatsu)
-
-Download APK directly from GitHub:
-
-- **[Latest release](https://github.com/KotatsuApp/Kotatsu/releases/latest)**
+- **Recommended:** Download and install APK from **[GitHub Releases](https://github.com/KotatsuApp/Kotatsu/releases/latest)**. Application has a built-in self-updating feature.
+- Get it on **[F-Droid](https://f-droid.org/packages/org.koitharu.kotatsu)**. The F-Droid build may be a bit outdated and some fixes might be missing.
### Main Features
diff --git a/app/build.gradle b/app/build.gradle
index dcf802dc3..c56272493 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -78,7 +78,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
- implementation('com.github.KotatsuApp:kotatsu-parsers:35695904d1') {
+ implementation('com.github.KotatsuApp:kotatsu-parsers:2340100999') {
exclude group: 'org.json', module: 'json'
}
diff --git a/app/src/main/res/values-fil/strings.xml b/app/src/main/res/values-fil/strings.xml
index b2680bc63..d5c6a22aa 100644
--- a/app/src/main/res/values-fil/strings.xml
+++ b/app/src/main/res/values-fil/strings.xml
@@ -408,4 +408,17 @@
Nagsimula na ang pag-download
Scheme ng kulay
Miku
+ Header ng UserAgent
+ Cache
+ B|kB|MB|GB|TB
+ Standard
+ Webtoon
+ Read mode
+ Error
+ Internal storage
+ External storage
+ Vibration
+ Domain
+ LED indicator
+ Mangyaring i-restart ang application upang ilapat ang mga pagbabagong ito
\ No newline at end of file
diff --git a/app/src/main/res/values-nn/plurals.xml b/app/src/main/res/values-nn/plurals.xml
new file mode 100644
index 000000000..a6b3daec9
--- /dev/null
+++ b/app/src/main/res/values-nn/plurals.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml
new file mode 100644
index 000000000..a6b3daec9
--- /dev/null
+++ b/app/src/main/res/values-nn/strings.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file