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

Commit

Permalink
v1.87
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Aug 26, 2018
1 parent 1c05806 commit 27eeb13
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ Downloads

Changelog
---------

Cambios en v1.87:
* Agregado Manga.ae (Ar).
* Agregado Neumanga.tv (Indo).
* Varios fixes.

Changes in v1.87:
* Added Manga.ae (Ar).
* Added Neumanga.tv (Indo).
* Various fixes.

Cambios en v1.86:
* Arreglado el navegador dispositivos post lollipop.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {

defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 86
versionName "1.86"
versionCode 87
versionName "1.87"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/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">Cambios en v1.86:\n\t* Arreglado el navegador para nuevos dispositivos.\nCambios en v1.85:\n\t* TMO fixed (necesita un proceso después de actualizar).\n\t* Agregado MintManga.\n\t* Agregado backup de configuraciones. \n\t* Otras funciones de fondo.</string>
<string name="update_message">Cambios en v1.87:\n\t* Agregado Manga.ae (Ar).\n\t* Agregado Neumanga.tv (Indo).\n\t* Varios fixes.</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 in v1.86:\n\t* Fix navigator for post lollipop devices.\nChanges in v1.85:\n\t* TMO fixed (need post update process).\n\t* Added MintManga.\n\t* Added configuration backup option. \n\t* Other backend functions.</string>
<string name="update_message">Changes in v1.87:\n\t* Added Manga.ae (Ar).\n\t* Added Neumanga.tv (Indo).\n\t* Various fixes..</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 27eeb13

Please sign in to comment.