1 Star 3 Fork 1

林三/android-signaturepad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
apply plugin: 'com.android.application'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
defaultConfig {
minSdkVersion 14
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)
versionName project.VERSION_NAME
versionCode Integer.parseInt(project.VERSION_CODE)
}
signingConfigs { release }
buildTypes {
release {
minifyEnabled false
}
}
}
dependencies {
implementation project(":signature-pad")
implementation 'androidx.appcompat:appcompat:1.0.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/enrico2004/android-signaturepad.git
git@gitee.com:enrico2004/android-signaturepad.git
enrico2004
android-signaturepad
android-signaturepad
master

搜索帮助