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

Commit

Permalink
v1.114
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Nov 10, 2019
1 parent 2bcbffb commit 079778d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,22 @@ Downloads

Changelog
---------
Cambios en v1.114:
* Fix tmo
* Agregado acceso directos dinámicos en android 7.1 o superior en los lanzadores que los soportan.

Changes in v1.114:
* Fix tmo.
* Added shortcuts to last mangas for android 7.1 or newest in launchers that support this feature.

Cambios en v1.113:
* Fix tmo
* Fix la búsqueda en mangaeden, mangapanda, readmangatoday y taad para dispositivos para un api vieja.

Changes in v1.113:
* Fix tmo
* Fix mangaeden, mangapanda, readmangatoday and taad search on low api devices.

Cambios en v1.112:
* Fix TMO.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 113
versionName "1.113"
versionCode 114
versionName "1.114"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
minSdkVersion 15
}
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.113:\n\t* Fix tmo\n\t* Fix la búsqueda en mangaeden, mangapanda, readmangatoday y taad para dispositivos para un api vieja.</string>
<string name="update_message">Cambios en v1.114:\n\t* Fix tmo\n\t* Agregado acceso directos dinámicos en android 7.1 o superior en los lanzadores que los soportan.</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.113:\n\t* fix tmo\n\t* fix mangaeden, mangapanda, readmangatoday and taad search on low api devices.</string>
<string name="update_message">Changes in v1.114:\n\t* Fix tmo.\n\t* Added shortcuts to last mangas for android 7.1 or newest in launchers that support this feature.</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 079778d

Please sign in to comment.