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

Commit ec30806

Browse files
committed
1.124 fix cfi
1 parent fee3a9d commit ec30806

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Downloads
4949

5050
Changelog
5151
---------
52+
Cambios en v1.124:
53+
* Fix CFI.
54+
55+
Changes on v1.124:
56+
* Fix CFI.
57+
5258
Cambios en v1.123:
5359
* Fix CFI.
5460
* Primera parte de implementacion de plugins en JS (no se vee).
@@ -61,7 +67,6 @@ Changes on v1.123:
6167
* Added overscroll to the continuous reader and fixed the seek on open and changes chapter.
6268
* Others min fixes and improve on background.
6369

64-
6570
Cambios en v1.122:
6671
* Fix HeavenManga y JapScan.
6772
* Agregado InManga(es).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.2.0'
9+
classpath 'com.android.tools.build:gradle:3.5.3'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Oct 09 11:09:46 ART 2018
1+
#Mon Feb 17 16:29:10 ART 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)