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

Commit

Permalink
v1.94
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Dec 24, 2018
1 parent 2eb0973 commit 014ba51
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Downloads

Changelog
---------
Cambios en v1.94:
* Arreglado Japscan, Fanfox y CFI.

Changes in v1.94:
* Fixed Japscan, Fanfox and CFI.

Cambios en v1.93:
* Arreglado para que funcione en Android Pie.
* Quitado MangaFox y agregado Fanfox.
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.2'
defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 93
versionName "1.93"
versionCode 94
versionName "1.94"
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.93:\n\t* Arreglado para que funcione en Android Pie.\n\t* Quitado MangaFox y agregado Fanfox.\n\t* Mejorado Vercomic.com y heavenmanga.\n\t* Arreglado EsNinemanga.</string>
<string name="update_message">Cambios en v1.94:\n\t* Arreglado Japscan, Fanfox y CFI.</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.93:\n\t* Fix to work on Android Pie.\n\t* Removed MangaFox and added Fanfox.\n\t* Improve Vercomic.com and heavenmanga.\n\t* Fix EsNinemanga.</string>
<string name="update_message">Changes in v1.94:\n\t* Fixed Japscan, Fanfox and CFI.</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 014ba51

Please sign in to comment.