支持PDF格式

This commit is contained in:
ag2s20150909
2022-12-19 12:49:59 +08:00
parent 17a828cf40
commit 342a08400f
15 changed files with 343 additions and 14 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ def version = "3." + releaseTime()
def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.trim())
android {
compileSdk 33
compileSdk = compile_sdk_version
buildToolsVersion = build_tool_version
namespace 'io.legado.app'
kotlinOptions {
jvmTarget = "11"