Aucune description

cooperku_kdanmobile 0eb5d47616 Merge branch 'changeRowSwitchView' il y a 5 ans
KdanBaseModule @ bab786cc62 eeec4dd05e Add submodule KdanBaseModule il y a 6 ans
PDFReaderReaderModule @ 4a7ba1251b 78444d8f8b Change layout: the text in RowSwitchView should be on the left of the switch il y a 5 ans
app aeb2e15fb2 Override abstract function 'getKdanPdfReaderFolder' il y a 5 ans
gradle 027a69df86 Init il y a 6 ans
.gitignore 027a69df86 Init il y a 6 ans
.gitmodules eeec4dd05e Add submodule KdanBaseModule il y a 6 ans
README.md 3376ecaa4c update readme il y a 6 ans
build.gradle af9ad941b4 Downgrade lib version for PDFReader project il y a 6 ans
gradle.properties 027a69df86 Init il y a 6 ans
gradlew 027a69df86 Init il y a 6 ans
gradlew.bat 027a69df86 Init il y a 6 ans
settings.gradle eeec4dd05e Add submodule KdanBaseModule il y a 6 ans

README.md

如何下載此專案?

此專案包含 submodule,故單純 clone 可能無法下載所有檔案,請依下列指令操作

$ git clone [url]
$ git submodule init
$ git submodule update

更新 KMPDFKIT 方法

  1. 在 /app/src/main/jniLibs 裡按照 cpu platform 換上對應的 .so 檔案
  2. 更換 /PDFReaderReaderModule/libs 內 aar 檔案
  3. 更新 /PDFReaderReaderModule/build.gradle 內 lib 引用名稱

    dependencies {
        ...
            
        api(name: 'kmpdfkit-[version]', ext: 'aar')
            
        ...
    }