[feature]配置签名文件
This commit is contained in:
parent
7c3323972e
commit
064e7ddaac
|
@ -22,6 +22,20 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
signingConfigs {
|
||||
debug {
|
||||
storeFile file('dotpen.jks')
|
||||
storePassword 'lx0411'
|
||||
keyAlias = 'key0'
|
||||
keyPassword = 'lx0411'
|
||||
}
|
||||
debug {
|
||||
storeFile file('dotpen.jks')
|
||||
storePassword 'lx0411'
|
||||
keyAlias = 'key0'
|
||||
keyPassword = 'lx0411'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
|
||||
|
@ -70,14 +84,14 @@ dependencies {
|
|||
// implementation "com.kongzue.dialogx.style:DialogXIOSStyle:${dialogx_version}"
|
||||
|
||||
//开源的下拉刷新,比官方的功能更丰富
|
||||
implementation 'io.github.scwang90:refresh-layout-kernel:2.0.6' //核心必须依赖
|
||||
implementation 'io.github.scwang90:refresh-header-classics:2.0.6' //经典刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-radar:2.0.6' //雷达刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-falsify:2.0.6' //虚拟刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-material:2.0.6' //谷歌刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-two-level:2.0.6' //二级刷新头
|
||||
implementation 'io.github.scwang90:refresh-footer-ball:2.0.6' //球脉冲加载
|
||||
implementation 'io.github.scwang90:refresh-footer-classics:2.0.6' //经典加载
|
||||
implementation 'io.github.scwang90:refresh-layout-kernel:2.0.6' //核心必须依赖
|
||||
implementation 'io.github.scwang90:refresh-header-classics:2.0.6' //经典刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-radar:2.0.6' //雷达刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-falsify:2.0.6' //虚拟刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-material:2.0.6' //谷歌刷新头
|
||||
implementation 'io.github.scwang90:refresh-header-two-level:2.0.6' //二级刷新头
|
||||
implementation 'io.github.scwang90:refresh-footer-ball:2.0.6' //球脉冲加载
|
||||
implementation 'io.github.scwang90:refresh-footer-classics:2.0.6' //经典加载
|
||||
|
||||
//一款更快使用RecyclerView的框架 BRVA
|
||||
implementation "com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.40"
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":22,"versionName":"NQPen-DEMO-1.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
Loading…
Reference in New Issue