Skip to content

Commit 2c6ddcc

Browse files
committed
hitomi.la image not loading fix
1 parent 8f2e757 commit 2c6ddcc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*Pupil, Hitomi.la viewer for Android*
33

44
![](https://img.shields.io/github/downloads/tom5079/Pupil/total)
5-
[![](https://img.shields.io/github/downloads/tom5079/Pupil/5.1.6/Pupil-v5.1.6.apk?color=%234fc3f7&label=DOWNLOAD%20APP&style=for-the-badge)](https://github.com/tom5079/Pupil/releases/download/5.1.6/Pupil-v5.1.6.apk)
5+
[![](https://img.shields.io/github/downloads/tom5079/Pupil/5.1.6-hotfix1/Pupil-v5.1.6-hotfix1.apk?color=%234fc3f7&label=DOWNLOAD%20APP&style=for-the-badge)](https://github.com/tom5079/Pupil/releases/download/5.1.6-hotfix1/Pupil-v5.1.6-hotfix1.apk)
66
[![](https://discordapp.com/api/guilds/610452916612104194/embed.png?style=banner2)](https://discord.gg/Stj4b5v)
77

88
# Features

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
minSdkVersion 16
3939
targetSdkVersion 30
4040
versionCode 63
41-
versionName "5.1.6"
41+
versionName "5.1.6-hotfix1"
4242
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4343
vectorDrawables.useSupportLibrary = true
4444
}
@@ -84,6 +84,7 @@ dependencies {
8484
implementation "androidx.activity:activity-ktx:1.2.0-beta01"
8585
implementation "androidx.fragment:fragment-ktx:1.3.0-beta01"
8686
implementation "androidx.preference:preference-ktx:1.1.1"
87+
implementation "androidx.recyclerview:recyclerview:1.1.0"
8788
implementation "androidx.constraintlayout:constraintlayout:2.0.2"
8889
implementation "androidx.gridlayout:gridlayout:1.0.0"
8990
implementation "androidx.biometric:biometric:1.0.1"
@@ -122,7 +123,7 @@ dependencies {
122123

123124
implementation "ru.noties.markwon:core:3.1.0"
124125

125-
implementation "xyz.quaver:libpupil:1.7.2"
126+
implementation "xyz.quaver:libpupil:1.8.4"
126127
implementation "xyz.quaver:documentfilex:0.4-alpha02"
127128
implementation "xyz.quaver:floatingsearchview:1.0.7"
128129

app/release/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"versionCode": 63,
14-
"versionName": "5.1.6",
14+
"versionName": "5.1.6-hotfix1",
1515
"outputFile": "app-release.apk"
1616
}
1717
]

0 commit comments

Comments
 (0)