Cooper Ku ff71d66d51 Merge branch '2-downgradeSdk1.0.8.6_2019-04-29_androidx_64bit' into 'master' | hace 5 años | |
---|---|---|
KdanBaseModule @ e2680b1a36 | hace 5 años | |
PDFReaderReaderModule @ 8768366a28 | hace 5 años | |
app | hace 5 años | |
gradle | hace 6 años | |
.gitignore | hace 6 años | |
.gitmodules | hace 5 años | |
README.md | hace 5 años | |
build.gradle | hace 5 años | |
gradle.properties | hace 5 años | |
gradlew | hace 6 años | |
gradlew.bat | hace 6 años | |
settings.gradle | hace 5 años |
此專案包含 submodule,故單純 clone 可能無法下載所有檔案,請依下列指令操作
$ git clone [url]
$ git submodule init
$ git submodule update
更新 /PDFReaderReaderModule/build.gradle 內 lib 引用名稱
dependencies {
...
api(name: 'kmpdfkit-[version]', ext: 'aar')
...
}