第三方库已过时的,下载源码过来本地改代码后以模块方式导入。

master
admin-pc\admin 1 year ago
parent 0daf8359a0
commit 9e5a90cfa6

8
.gitignore vendored

@ -6,3 +6,11 @@
/captures /captures
.externalNativeBuild .externalNativeBuild
.idea .idea
/autolayout/build
/calendarview/build
litepal/build
nohttp/build
recorderlib/build
tkrefreshlayout/build
videocompressor/build
zxingLite/build

@ -0,0 +1,16 @@
apply plugin: 'com.android.library'
android {
compileSdk 34
defaultConfig {
minSdk 24
targetSdk 34
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
namespace 'com.github.barteksc.pdfviewer'
}
dependencies {
implementation 'com.android.support:support-compat:28.0.0'
api 'com.github.barteksc:pdfium-android:1.9.0'
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save