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

Commit

Permalink
v1.130
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed May 3, 2020
1 parent c95f1a0 commit dbd000f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ Downloads

Changelog
---------
Cambios en v1.130:
* fix Kissmanga
* Agregado Manganelo aka Mangakakalot (juh9870).
* Arreglos y mejoras.

Changes on v1.130:
* Fix Kissmanga.
* Added Manganelo aka Mangakakalot (juh9870).
* Fixes and improves.

Cambios en v1.129:
* Fix cfi.
* Agregado fr.ninemanga.
Expand Down
9 changes: 3 additions & 6 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 129
versionName "1.129"
versionCode 130
versionName "1.130"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
minSdkVersion 15
}
Expand Down Expand Up @@ -87,10 +87,7 @@ dependencies {
implementation 'com.github.sevar83:indeterminate-checkbox:1.0.5@aar'
implementation group: 'org.brotli', name: 'dec', version: '0.1.2'
//implementation group: 'com.github.junrar', name: 'junrar', version: '4.0.0'
implementation 'rapid.decoder:library:0.3.0'
implementation 'rapid.decoder:jpeg-decoder:0.3.0'
implementation 'rapid.decoder:png-decoder:0.3.0'
//implementation 'com.github.raulhaag:RapidDecoder:0.3.1Ax'
implementation 'com.github.raulhaag:RapidDecoder:0.3.1Ax'
implementation 'com.squareup.okhttp3:okhttp:3.9.1' //on 3.10.0 are deprecated some ciphers
implementation 'com.squareup.okio:okio:1.15.0'
implementation 'com.squareup.duktape:duktape-android:1.2.0'/* v 1.2.0 need 4+mb extra*/
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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.
</string>
<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>
<string name="action_ajustar_a">Ajustar a</string>
<string name="descargas">Descargas</string>
<string name="datosde">Datos de </string>
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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>
<string name="update_message">Changes on v1.130:\n\t* Fix Kissmanga.\n\t* Added Manganelo aka Mangakakalot (juh9870).\n\t* Fixes and improves.
</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 dbd000f

Please sign in to comment.