莫名其妙的东西又增加了11

This commit is contained in:
xuhuixiang
2023-05-27 10:49:27 +08:00
parent 4ef575b0c5
commit 794e0ac824
6 changed files with 1339 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.dskj.daikuan"
minSdkVersion 23
targetSdkVersion 30
versionCode 124
versionName "1.2.4"
versionCode 127
versionName "1.2.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// configurations.all {
@@ -51,12 +51,17 @@ android {
storePassword "123456"
keyAlias 'videomark'
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
release {
storeFile file('videomark.jks')
storePassword "123456"
keyAlias 'videomark'
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
}
lintOptions {
@@ -109,5 +114,6 @@ dependencies {
implementation 'com.scwang.smart:refresh-footer-classics:2.0.1'
implementation 'com.scwang.smart:refresh-footer-ball:2.0.1'
implementation 'com.github.cazaea:sweet-alert-dialog:1.0.0'
implementation 'com.tencent.bugly:crashreport:4.0.4'
}