莫名其妙的东西又增加了11
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user