Wayne Hunag fdf887b4d1 Merge branch '3-change-submodule-remote-path' into 'master' | hace 4 años | |
---|---|---|
KdanBaseModule @ e2680b1a36 | hace 5 años | |
PDFReaderReaderModule @ 1ff1f8147d | hace 4 años | |
app | hace 4 años | |
gradle | hace 5 años | |
.gitignore | hace 5 años | |
.gitmodules | hace 4 años | |
README.md | hace 5 años | |
build.gradle | hace 5 años | |
gradle.properties | hace 5 años | |
gradlew | hace 5 años | |
gradlew.bat | hace 5 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')
...
}