File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
* Pupil, Hitomi.la viewer for Android*
3
3
4
4
![ ] ( 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 )
6
6
[ ![ ] ( https://discordapp.com/api/guilds/610452916612104194/embed.png?style=banner2 )] ( https://discord.gg/Stj4b5v )
7
7
8
8
# Features
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
38
38
minSdkVersion 16
39
39
targetSdkVersion 30
40
40
versionCode 63
41
- versionName " 5.1.6"
41
+ versionName " 5.1.6-hotfix1 "
42
42
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
43
43
vectorDrawables. useSupportLibrary = true
44
44
}
@@ -84,6 +84,7 @@ dependencies {
84
84
implementation " androidx.activity:activity-ktx:1.2.0-beta01"
85
85
implementation " androidx.fragment:fragment-ktx:1.3.0-beta01"
86
86
implementation " androidx.preference:preference-ktx:1.1.1"
87
+ implementation " androidx.recyclerview:recyclerview:1.1.0"
87
88
implementation " androidx.constraintlayout:constraintlayout:2.0.2"
88
89
implementation " androidx.gridlayout:gridlayout:1.0.0"
89
90
implementation " androidx.biometric:biometric:1.0.1"
@@ -122,7 +123,7 @@ dependencies {
122
123
123
124
implementation " ru.noties.markwon:core:3.1.0"
124
125
125
- implementation " xyz.quaver:libpupil:1.7.2 "
126
+ implementation " xyz.quaver:libpupil:1.8.4 "
126
127
implementation " xyz.quaver:documentfilex:0.4-alpha02"
127
128
implementation " xyz.quaver:floatingsearchview:1.0.7"
128
129
Original file line number Diff line number Diff line change 11
11
"type" : " SINGLE" ,
12
12
"filters" : [],
13
13
"versionCode" : 63 ,
14
- "versionName" : " 5.1.6" ,
14
+ "versionName" : " 5.1.6-hotfix1 " ,
15
15
"outputFile" : " app-release.apk"
16
16
}
17
17
]
You can’t perform that action at this time.
0 commit comments