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

Commit

Permalink
v1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Jan 21, 2018
1 parent ba25982 commit 7be2a93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 77
versionName "1.77"
versionCode 78
versionName "1.78"
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.77:\n\t* Cambios en base de datos.\n\t* Cambios en la búsqueda de actualizaciones.</string>
<string name="update_message">Cambios en v1.78:\n\t* Agregado desu.me[RU] y readmanga.me[RU].\n\t* Arreglado FromFolder.\n\t* Agregada política de reintentos.</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.77:\n\t*Changes in database.\n\t* Changes in update search.</string>
<string name="update_message">Changes in v1.78:\n\t* Added desu.me[RU] and readmanga.me[RU].\n\t* Fixed FromFolder.\n\t* Added retry policy.</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 7be2a93

Please sign in to comment.