From 8f4a21c13de88f6c34705f0660ec54ec5e032aa4 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 01 十二月 2025 08:24:33 +0800
Subject: [PATCH] Merge branch 'master' into 2.0
---
build.gradle | 2 +-
config.gradle | 9 +++++++++
app/src/main/res/layout/item_plant_details.xml | 3 ++-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/item_plant_details.xml b/app/src/main/res/layout/item_plant_details.xml
index 4487366..4fabc84 100644
--- a/app/src/main/res/layout/item_plant_details.xml
+++ b/app/src/main/res/layout/item_plant_details.xml
@@ -375,4 +375,5 @@
</RelativeLayout>
-</com.hdl.photovoltaic.widget.SwipeLayout>
\ No newline at end of file
+</com.hdl.photovoltaic.widget.SwipeLayout>
+
diff --git a/build.gradle b/build.gradle
index d9e71a1..b4914cb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
-
+apply from:"config.gradle"
buildscript {
ext {
diff --git a/config.gradle b/config.gradle
new file mode 100644
index 0000000..9b09e9e
--- /dev/null
+++ b/config.gradle
@@ -0,0 +1,9 @@
+Properties properties = new Properties()
+properties.load(project.rootProject.file('local.properties').newDataInputStream())
+
+ext {
+ //浣跨敤鍥哄畾璐﹀彿
+ ALIYUN_USER_NAME = '5f0673aa7cd41782836e7d3e'
+ ALIYUN_PASSWORD = 'lBNkb1So7zEY'
+ BASE_URL = 'https://packages.aliyun.com'
+}
\ No newline at end of file
--
Gitblit v1.8.0