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

Commit

Permalink
v1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Jun 4, 2017
1 parent 2565b04 commit a164171
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ Downloads

Changelog
---------
Changes in v1.64:

Cambios en v1.65:
* Fix rápido se un error de la v1.64.

Changes in v1.65:
* Quick fix bug introduced in v1.64.

Cambios en v1.64:
* Agregado MangaKawaii(fr).
* Arreglado MyMangaIo.
* Arreglado el contador de capitulos para algunos servers.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ar.rulosoft.mimanganu"
minSdkVersion 14
targetSdkVersion 25
versionCode 64
versionName "1.64"
versionCode 65
versionName "1.65"
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.64:\n\t* Agregado MangaKawaii(fr).\n\t* Arreglado MyMangaIo.\n\t* Arreglado el contador de capitulos para algunos servers.\n\t* Arreglado imagen aleatoria cuando un cover no esta disponible.\n\t* Un monton de cambios en procesos de fondo.</string>
<string name="update_message">Cambios en v1.65:\n\t* Fix rápido se un error de la v1.64.\nCambios en v1.64:\n\t* Agregado MangaKawaii(fr).\n\t* Arreglado MyMangaIo.\n\t* Arreglado el contador de capitulos para algunos servers.\n\t* Arreglado imagen aleatoria cuando un cover no esta disponible.\n\t* Un monton de cambios en procesos de fondo.</string>
<string name="app_name">Mi Manga Nu</string>
<string name="action_ajustar_a">Ajustar a</string>
<string name="descargas">Descargas</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.64:\n\t* Added MangaKawaii(fr).\n\t* Fixed MyMangaIo.\n\t* Fixed Chapter counter for some servers.\n\t* Fixed random image problem on cover when cover unavailable.\n\t* Lot of background changes. </string>
<string name="update_message">Changes in v1.65:\n\t* Quick fix bug introduced in v1.64.\nChanges in v1.64:\n\t* Added MangaKawaii(fr).\n\t* Fixed MyMangaIo.\n\t* Fixed Chapter counter for some servers.\n\t* Fixed random image problem on cover when cover unavailable.\n\t* Lot of background changes. </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 a164171

Please sign in to comment.