Skip to content

Commit

Permalink
version: 1.5.4
Browse files Browse the repository at this point in the history
code: 40
  • Loading branch information
yueeng committed Sep 7, 2022
1 parent e82da54 commit 0335c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "io.github.yueeng.hacg"
minSdk = 21
targetSdk = 32
versionCode = 40
versionName = "1.5.4"
versionCode = 41
versionName = "1.5.5"
resourceConfigurations.add("zh-rCN")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/raw/template.html
Expand Up @@ -9,7 +9,6 @@
* {
font-size: 1em;
line-height: 1.5em;
font-weight: lighter;
word-wrap: break-word;
max-width: 100%;
}
Expand Down

0 comments on commit 0335c0b

Please sign in to comment.