Skip to content

Commit

Permalink
更新demo安装包
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Jul 23, 2023
1 parent 5f6467a commit 0a9c883
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
android {
defaultConfig {
//应用的实际包名
applicationId "com.github.gzuliyujiang.demo"
applicationId "com.github.gzuliyujiang.demo.picker"
// 配合 productFlavors 节点按不同维度打包
flavorDimensions "MODE"
// 修改 AndroidManifest.xml 里的变量,占位值无法覆盖的坑可参阅 https://www.jianshu.com/p/1d5271c2c366
Expand Down
3 changes: 2 additions & 1 deletion buildAPK.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@rem build and proguard apk
@rem JAVA_HOME -> jdk1.8
@echo build and proguard apk
cd /d ./
gradlew.bat clean assembleRelease --info --warning-mode all
pause
Expand Down
Binary file modified demo.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# PURPOSE.
# See the Mulan PSL v2 for more details.
#
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX\:MaxPermSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
# 并行构建
org.gradle.parallel=true
# 进程守护
Expand Down
1 change: 1 addition & 0 deletions publishAAR.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@rem JAVA_HOME -> jdk1.8
@echo publish aar to local repository
cd /d ./
gradlew.bat clean publishReleasePublicationToLocalRepository --info --warning-mode all
Expand Down

0 comments on commit 0a9c883

Please sign in to comment.