Commit a18c79e0 authored by wanglei's avatar wanglei

...

parent 28ff03da
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
}
android {
namespace 'com.github.barteksc.pdfviewer' // 添加 namespace
compileSdkVersion 34 // 更新为最新 SDK 版本
defaultConfig {
minSdkVersion 21 // 提升最低 SDK 版本以符合现代应用标准
targetSdkVersion 34 // 更新为目标 SDK 版本
versionCode 1
versionName "2.8.1"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation 'com.github.barteksc:pdfium-android:1.7.1'
implementation("androidx.core:core-ktx:1.10.1")
implementation ("com.android.support:support-v4:28.0.0")
}
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment