From 593303fa91fd541844b204ec913c462d7855a31e Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 01 十二月 2023 18:24:44 +0800
Subject: [PATCH] 2023年12月01日18:24:35
---
app/build.gradle | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index ed09318..12d6ca3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,13 +11,13 @@
signingConfigs {
debug {
storeFile file('../keystore/Untitled')
- keyAlias 'hdlphotovotaic'
+ keyAlias 'photovotaic'
storePassword '85521566'
keyPassword '85521566'
}
release {
storeFile file('../keystore/Untitled')
- keyAlias 'photovoltaic'
+ keyAlias 'photovotaic'
storePassword '85521566'
keyPassword '85521566'
}
@@ -29,7 +29,7 @@
minSdk 23
targetSdk 30
versionCode 1
- versionName "1.0"
+ versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
@@ -117,7 +117,6 @@
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
-
//********UniSDK蹇呴』娣诲姞鐨勪緷璧� start********
implementation "androidx.recyclerview:recyclerview:1.0.0"
implementation 'com.alibaba:fastjson:1.2.66'//蹇呴』闆嗘垚锛宖astjson鍔熻兘闇�瑕�
@@ -129,6 +128,12 @@
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.webkit:webkit:1.3.0'//3.6.15鐗堟湰涔嬪悗 蹇呴』闆嗘垚锛岀敤鏉ユ敮鎸佹殫榛戞ā寮�
//********UniSDK蹇呴』娣诲姞鐨勪緷璧� end********
+ //NanoHTTPD鎼缓鏈嶅姟鍣�
+ implementation 'org.nanohttpd:nanohttpd:2.3.1'
+ //Apache FileUtils 绗笁鏂瑰伐鍏风被
+ implementation 'commons-io:commons-io:2.11.0'
+ //鏉冮檺璇锋眰妗嗘灦
+ implementation 'com.github.getActivity:XXPermissions:12.8'
}
\ No newline at end of file
--
Gitblit v1.8.0