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

Commit

Permalink
v1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Aug 15, 2017
1 parent b2bb402 commit e6bf577
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ Downloads

Changelog
---------
Cambios en v1.67:
* Arreglado Kissmanga.
* Fixes rapidos.

Changes in v1.67:
* Fix Kissmanga.
* Quick fixes.

Cambios en v1.66:
* Agregada la opción para desactivar búsqueda de actualizaciones de la app (especial para usuarios de F-droid).
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 66
versionName "1.66"
versionCode 67
versionName "1.67"
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.66:\n\t* Agregada la opción para desactivar búsqueda de actualizaciones de la app (especial para usuarios de F-droid).\n\t* Agregado Kumanga(ES) y Mangapedia(FR).\n\t* Un par de mejoras y arreglos.</string>
<string name="update_message">Cambios en v1.67:\n\t* Arreglado Kissmanga.\n\t* Fixes rapidos.</string>
<string name="app_name">Mi Manga Nu</string>
<string name="action_ajustar_a">Ajustar a</string>
<string name="descargas">Descargas</string>
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values/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">Changes in v1.66:\n\t* Added an option to disable app updates (usefull for F-droid users).\n\t* Added Kumanga(ES) and Mangapedia(FR).\n\t* A couple of fixes and improves.
</string>
<string name="update_message">Changes in v1.67:\n\t* Fix Kissmanga. \n\t* Quick 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 e6bf577

Please sign in to comment.