[feature]配置签名文件

This commit is contained in:
黎旭 2023-10-04 11:17:35 +08:00
parent 7c3323972e
commit 064e7ddaac
4 changed files with 23 additions and 8 deletions

View File

@ -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"

BIN
app/dotpen.jks Normal file

Binary file not shown.

BIN
app/release/app-release.apk Normal file

Binary file not shown.

1
app/release/output.json Normal file
View File

@ -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":{}}]