File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,27 @@ dependencies {
15
15
16
16
android {
17
17
compileSdkVersion 25
18
- buildToolsVersion " 25.0.2 "
18
+ buildToolsVersion " 25.0.3 "
19
19
20
20
signingConfigs {
21
+ release {
22
+ storeFile rootProject. file(" keystore/Android.keystore" )
23
+ storePassword ' Wangpeiming110'
24
+ keyAlias ' android.keystore'
25
+ keyPassword ' Wangpeiming110'
26
+ }
27
+
21
28
debug {
22
29
storeFile rootProject. file(" keystore/debug.keystore" )
23
30
}
24
31
}
25
32
33
+ signingConfigs {
34
+ debug {
35
+
36
+ }
37
+ }
38
+
26
39
defaultConfig {
27
40
applicationId " com.tinkerpatch.easy_sample"
28
41
minSdkVersion 15
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import java.util.regex.Pattern
6
6
* TODO: 请按自己的需求修改为适应自己工程的参数
7
7
*/
8
8
def bakPath = file(" ${ buildDir} /bakApk/" )
9
- def baseInfo = " app-3.0.1-0524-18-09-33 "
10
- def variantName = " debug "
9
+ def baseInfo = " app-3.0.1-0717-19-33-38 "
10
+ def variantName = " release "
11
11
12
12
/**
13
13
* 对于插件各参数的详细解析请参考
You can’t perform that action at this time.
0 commit comments