1 Star 0 Fork 22

yangyong/BaseIotUtils

forked from ichtj/BaseIotUtils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gradle.properties 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
ctj 提交于 2022-08-19 11:38 . 添加网络监听工具类
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.debug.obsoleteApi=true
android.useAndroidX=true
android.enableJetifier=true
#base_socket������-------
#PROJ_NAME=base_socket
#PROJ_GROUP=com.chtj.base_socket
#PROJ_ARTIFACTID=base_socket
#PROJ_VERSION=1.0.3
#base_iotutils������-----------
PROJ_NAME=base_iotutils
PROJ_GROUP=com.face_chtj.base_iotutils
PROJ_ARTIFACTID=base_iotutils
PROJ_VERSION=1.9.0
#base_keepalive������-----------
#PROJ_NAME=base_keepalive
#PROJ_GROUP=com.chtj.keepalive
#PROJ_ARTIFACTID=base_keepalive
#PROJ_VERSION=1.0.1
#framework_utils������-----------
#PROJ_NAME=base_framework
#PROJ_GROUP=com.chtj.base_framework
#PROJ_ARTIFACTID=base_framework
#PROJ_VERSION=1.1.7
#base_mqtt������-----------
#PROJ_NAME=base_mqtt
#PROJ_GROUP=org.eclipse.paho.android.service
#PROJ_ARTIFACTID=base_mqtt
#PROJ_VERSION=1.0.1
PROJ_WEBSITEURL=https://gitee.com/wave-chtj/BaseIotUtils
PROJ_ISSUETRACKERURL=https://gitee.com/wave-chtj/BaseIotUtils
PROJ_VCSURL=https://gitee.com/wave-chtj/BaseIotUtils.git
PROJ_DESCRIPTION=BaseIotUtils info
DEVELOPER_ID=userchtj
DEVELOPER_NAME=userchtj
DEVELOPER_EMAIL=[email protected]
org.gradle.daemon=true
#nexus maven����
MAVEN_URL= http://127.0.0.1:8081/repository/maven-releases/
#��Ӧmaven��groupIdֵ
GROUP=group
#��¼nexus oss���û���
NEXUS_USERNAME=admin
#��¼nexus oss������
NEXUS_PASSWORD=admin123
# type
TYPE = aar
#base_iotutils
VERSION_CODE=2.1.1
# groupid
GROUP_ID=com.face_chtj.base_iotutils
#artifactId
ARTIFACT_ID=base_iotutils
# description
DESCRIPTION= new versions
#base_frmework
VERSION_CODE1=1.3.6
# groupid
GROUP_ID1=com.chtj.base_framework
#artifactId
ARTIFACT_ID1=base_framework
# description
DESCRIPTION1 = new version
#base_keepalive
VERSION_CODE2=1.1.1
# groupid
GROUP_ID2=com.chtj.keepalive
#artifactId
ARTIFACT_ID2=base_keepalive
# description
DESCRIPTION2= new version
#xlink
VERSION_CODE3=1.9.3
# groupid
GROUP_ID3=com.future.xlink
#artifactId
ARTIFACT_ID3=base_xlink
# description
DESCRIPTION3= new versions
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/yang_y0ng/BaseIotUtils.git
[email protected]:yang_y0ng/BaseIotUtils.git
yang_y0ng
BaseIotUtils
BaseIotUtils
androidx

搜索帮助