Skip to content
This repository was archived by the owner on Jul 23, 2020. It is now read-only.

Commit 6cad2e2

Browse files
committed
1.123
1 parent 616be6a commit 6cad2e2

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ Downloads
4949

5050
Changelog
5151
---------
52+
Cambios en v1.123:
53+
* Fix CFI.
54+
* Primera parte de implementacion de plugins en JS (no se vee).
55+
* Agregado overscroll en los lectores continuos para cambiar de capitulo y arreglado el seek al abrir.
56+
* y otros fix menores y de fondo.
57+
58+
Changes on v1.123:
59+
* Fix CFI.
60+
* First half of js plugin implementation(you don't go to see it).
61+
* Added overscroll to the continuous reader and fixed the seek on open and changes chapter.
62+
* Others min fixes and improve on background.
63+
64+
5265
Cambios en v1.122:
5366
* Fix HeavenManga y JapScan.
5467
* Agregado InManga(es).

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
buildToolsVersion '29.0.2'
66
defaultConfig {
77
applicationId "ar.rulosoft.mimanganu"
8-
versionCode 122
9-
versionName "1.122"
8+
versionCode 123
9+
versionName "1.123"
1010
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1111
minSdkVersion 15
1212
}
@@ -70,7 +70,6 @@ configurations.all {
7070
}
7171

7272
dependencies {
73-
final ANDROID_SUPPORT = '28.0.0'
7473
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
7574
implementation fileTree(include: ['*.jar'], dir: 'libs')
7675
implementation 'com.google.android.material:material:1.1.0'

app/src/main/res/values-es/strings.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="update_message">Cambios en v1.122:\n\t* Fix HeavenManga y JapScan.\n\t* Agregado InManga(es).\n\t* Y algunos arreglos.
4-
</string>
3+
<string name="update_message">Cambios en v1.123:\n\t* Fix CFI.\n\t* Primera parte de implementacion de plugins en JS (no se vee).\n\t* Agregado overscroll en los lectores continuos para cambiar de capitulo y arreglado el seek al abrir.\n\t* y otros fix menores y de fondo.</string>
54
<string name="action_ajustar_a">Ajustar a</string>
65
<string name="descargas">Descargas</string>
76
<string name="datosde">Datos de </string>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="update_message">Changes on v1.122:\n\t* Fix HeavenManga and JapScan.\n\t* Added InManga(es).\n\t* Some small fixes.</string>
3+
<string name="update_message">Changes on v1.123:\n\t* Fix CFI.\n\t* First half of js plugin implementation(you don\'t go to see it).\n\t* Added overscroll to the continuous reader and fixed the seek on open and changes chapter.\n\t* Others min fixes and improve on background.</string>
44
<string name="_12hours">12 Hours</string>
55
<string name="_1day">1 day</string>
66
<string name="_2day">2 days</string>

0 commit comments

Comments
 (0)