css: remove unintended indent for images, closes #1567 (#1568)

* chore: target Android SDK to version 36

* css: remove unintended indent for images, closes #1567
This commit is contained in:
Huang Xin 2025-07-10 18:05:07 +08:00 committed by GitHub
parent 2b52f82b57
commit 3e4b7ebb13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View file

@ -5,7 +5,7 @@ plugins {
android {
namespace = "com.readest.native_tts"
compileSdk = 35
compileSdk = 36
defaultConfig {
minSdk = 21