1 Star 0 Fork 0

lxtxcr/Quick

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gradle.properties 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
王朋飞 提交于 2024-07-08 09:30 . 日常修改:2024-07-08.
# Project-wide Gradle settings.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
IS_REMOTE=true
GROUP=com.wpf.app.quick
VERSION_NAME=0.10.8
POM_DESCRIPTION=Quick Android.
POM_URL=https://github.com/walgr/Quick/
POM_SCM_URL=https://github.com/walgr/Quick/
POM_SCM_CONNECTION=scm:git:git://github.com/walgr/Quick.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/walgr/Quick.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
#android
android.useAndroidX=true
android.enableJetifier=true
org.gradle.daemon=true
#android.suppressUnsupportedCompileSdk=34
android.disableAutomaticComponentCreation=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false
org.gradle.configuration-cache=true
#ksp
ksp.incremental=false
kotlin.code.style=official
#kotlin.experimental.tryK2=true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gdlxtxcr/Quick.git
git@gitee.com:gdlxtxcr/Quick.git
gdlxtxcr
Quick
Quick
master

搜索帮助