File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
android {
34
34
defaultConfig {
35
35
// 应用的实际包名
36
- applicationId " com.github.gzuliyujiang.demo"
36
+ applicationId " com.github.gzuliyujiang.demo.picker "
37
37
// 配合 productFlavors 节点按不同维度打包
38
38
flavorDimensions " MODE"
39
39
// 修改 AndroidManifest.xml 里的变量,占位值无法覆盖的坑可参阅 https://www.jianshu.com/p/1d5271c2c366
Original file line number Diff line number Diff line change 1
- @ rem build and proguard apk
1
+ @ rem JAVA_HOME -> jdk1.8
2
+ @ echo build and proguard apk
2
3
cd /d ./
3
4
gradlew.bat clean assembleRelease --info --warning-mode all
4
5
pause
Original file line number Diff line number Diff line change 10
10
# PURPOSE.
11
11
# See the Mulan PSL v2 for more details.
12
12
#
13
- org.gradle.jvmargs =-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX\:MaxPermSize\=512m -XX\: +HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
13
+ org.gradle.jvmargs =-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
14
14
# 并行构建
15
15
org.gradle.parallel =true
16
16
# 进程守护
Original file line number Diff line number Diff line change
1
+ @ rem JAVA_HOME -> jdk1.8
1
2
@ echo publish aar to local repository
2
3
cd /d ./
3
4
gradlew.bat clean publishReleasePublicationToLocalRepository --info --warning-mode all
You can’t perform that action at this time.
0 commit comments