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

Commit

Permalink
ew diccionary an japscan fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Jul 23, 2020
1 parent 5bfc9d2 commit a7a4e6d
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 @@ -49,6 +49,12 @@ Downloads

Changelog
---------
Cambios en v1.133:
* Fixed algunos servers, agregado soporte para hcapcha.

Changes on v1.133:
* Fixed same servers, added support hcapcha.

Cambios en v1.132:
* Fix kissmanga.
* Fix mangakawaii.
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 '29.0.3'
defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 132
versionName "1.132"
versionCode 133
versionName "1.133"
testInstrumentationRunner "androidx.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.132:\n\t* Fix kissmanga.\n\t* Fix mangakawaii.</string>
<string name="update_message">Cambios en v1.133:\n\t* Fixed algunos servers, agregado soporte para hcapcha.</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 on v1.132:\n\t* Fix kissmanga.\n\t* Fix mangakawaii.</string>
<string name="update_message">Changes on v1.133:\n\t* Fixed same servers, added support hcapcha.</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 a7a4e6d

Please sign in to comment.