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

Commit dbd000f

Browse files
committed
v1.130
1 parent c95f1a0 commit dbd000f

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ Downloads
4949

5050
Changelog
5151
---------
52+
Cambios en v1.130:
53+
* fix Kissmanga
54+
* Agregado Manganelo aka Mangakakalot (juh9870).
55+
* Arreglos y mejoras.
56+
57+
Changes on v1.130:
58+
* Fix Kissmanga.
59+
* Added Manganelo aka Mangakakalot (juh9870).
60+
* Fixes and improves.
61+
5262
Cambios en v1.129:
5363
* Fix cfi.
5464
* Agregado fr.ninemanga.

app/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
buildToolsVersion '29.0.3'
66
defaultConfig {
77
applicationId "ar.rulosoft.mimanganu"
8-
versionCode 129
9-
versionName "1.129"
8+
versionCode 130
9+
versionName "1.130"
1010
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1111
minSdkVersion 15
1212
}
@@ -87,10 +87,7 @@ dependencies {
8787
implementation 'com.github.sevar83:indeterminate-checkbox:1.0.5@aar'
8888
implementation group: 'org.brotli', name: 'dec', version: '0.1.2'
8989
//implementation group: 'com.github.junrar', name: 'junrar', version: '4.0.0'
90-
implementation 'rapid.decoder:library:0.3.0'
91-
implementation 'rapid.decoder:jpeg-decoder:0.3.0'
92-
implementation 'rapid.decoder:png-decoder:0.3.0'
93-
//implementation 'com.github.raulhaag:RapidDecoder:0.3.1Ax'
90+
implementation 'com.github.raulhaag:RapidDecoder:0.3.1Ax'
9491
implementation 'com.squareup.okhttp3:okhttp:3.9.1' //on 3.10.0 are deprecated some ciphers
9592
implementation 'com.squareup.okio:okio:1.15.0'
9693
implementation 'com.squareup.duktape:duktape-android:1.2.0'/* v 1.2.0 need 4+mb extra*/

app/src/main/res/values-es/strings.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="update_message">Cambios en v1.129:\n\t* Fix cfi.\n\t* Agregado fr.ninemanga.\n\t* Opción para desabilitar el chequeo de certificados.
4-
</string>
3+
<string name="update_message"> Cambios en v1.130:\n\t* fix Kissmanga.\n\t* Agregado Manganelo aka Mangakakalot (juh9870).\n\t* Arreglos y mejoras.</string>
54
<string name="action_ajustar_a">Ajustar a</string>
65
<string name="descargas">Descargas</string>
76
<string name="datosde">Datos de </string>

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="update_message">Changes on v1.129:\n\t* Fix cfi.\n\t* Added fr.ninemanga.\n\t* Option to disable cert checks.</string>
3+
<string name="update_message">Changes on v1.130:\n\t* Fix Kissmanga.\n\t* Added Manganelo aka Mangakakalot (juh9870).\n\t* Fixes and improves.
4+
</string>
45
<string name="_12hours">12 Hours</string>
56
<string name="_1day">1 day</string>
67
<string name="_2day">2 days</string>

0 commit comments

Comments
 (0)