Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit b8f785f

Browse files
committed
Change the color of vertical scroll bar from white to grey in article view
1 parent 28b2853 commit b8f785f

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
### 3.1.2
4+
- Change the color of vertical scroll bar from white to grey in article view
5+
36
### 3.1.1
47
- Set back the minimum SDK to 17 to improve android compatibility
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
}
1919
2020
dependencies {
21-
 api 'com.milibris:pdf-reader:3.1.1'
21+
 api 'com.milibris:pdf-reader:3.1.2'
2222
}
2323
```
2424

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dependencies {
3636
implementation 'com.google.android.material:material:1.1.0'
3737

3838
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
39-
api "com.milibris:pdf-reader:3.1.1"
39+
api "com.milibris:pdf-reader:3.1.2"
4040

4141
}

0 commit comments

Comments
 (0)