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

Commit

Permalink
1.123
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Feb 17, 2020
1 parent 616be6a commit 6cad2e2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ Downloads

Changelog
---------
Cambios en v1.123:
* Fix CFI.
* Primera parte de implementacion de plugins en JS (no se vee).
* Agregado overscroll en los lectores continuos para cambiar de capitulo y arreglado el seek al abrir.
* y otros fix menores y de fondo.

Changes on v1.123:
* Fix CFI.
* First half of js plugin implementation(you don't go to see it).
* Added overscroll to the continuous reader and fixed the seek on open and changes chapter.
* Others min fixes and improve on background.


Cambios en v1.122:
* Fix HeavenManga y JapScan.
* Agregado InManga(es).
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 122
versionName "1.122"
versionCode 123
versionName "1.123"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
minSdkVersion 15
}
Expand Down Expand Up @@ -70,7 +70,6 @@ configurations.all {
}

dependencies {
final ANDROID_SUPPORT = '28.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.google.android.material:material:1.1.0'
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="update_message">Cambios en v1.122:\n\t* Fix HeavenManga y JapScan.\n\t* Agregado InManga(es).\n\t* Y algunos arreglos.
</string>
<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>
<string name="action_ajustar_a">Ajustar a</string>
<string name="descargas">Descargas</string>
<string name="datosde">Datos de </string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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>
<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>
<string name="_12hours">12 Hours</string>
<string name="_1day">1 day</string>
<string name="_2day">2 days</string>
Expand Down

0 comments on commit 6cad2e2

Please sign in to comment.