@@ -20,8 +20,8 @@ android { |
||
20 | 20 |
applicationId "ai.pai.lensman" |
21 | 21 |
minSdkVersion MIN_SDK_VERSION as int |
22 | 22 |
targetSdkVersion TARGET_SDK_VERSION as int |
23 |
- versionCode 1011 |
|
24 |
- versionName "1.0.11" |
|
23 |
+ versionCode 1012 |
|
24 |
+ versionName "1.0.12" |
|
25 | 25 |
buildConfigField "boolean", "isTestMode", "true" |
26 | 26 |
manifestPlaceholders = [CHANNEL_NAME: "guanwang"] |
27 | 27 |
} |
@@ -98,8 +98,8 @@ buildscript { |
||
98 | 98 |
classpath 'com.android.plugin.hotpatch:hotpatch:1.0.0' |
99 | 99 |
} |
100 | 100 |
} |
101 |
-//apply plugin: 'plugin.hotpatch' |
|
102 |
-// |
|
103 |
-//hotpatch{ |
|
104 |
-// includePackageDir='ai\\pai\\lensman' |
|
105 |
-//} |
|
101 |
+apply plugin: 'plugin.hotpatch' |
|
102 |
+ |
|
103 |
+hotpatch{ |
|
104 |
+ includePackageDir='ai\\pai\\lensman' |
|
105 |
+} |