This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fyf
/
AndroidSmartClient
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
签名
炒锅机器人_一拖多
liup
3 months ago
parent
30a1becded
commit
0c8e1d2407
3 changed files
with
21 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.idea/easycode.ignore
+8
-0
app/build.gradle
BIN
+ 13
- 0
.idea/easycode.ignore
View File
@@ -0,0 +1,13 @@
node_modules/
dist/
vendor/
cache/
.*/
*.min.*
*.test.*
*.spec.*
*.bundle.*
*.bundle-min.*
*.*.js
*.*.ts
*.log
+ 8
- 0
app/build.gradle
View File
@@ -21,6 +21,14 @@ android {
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}
signingConfigs {
release {
storeFile file('D:/AndroidStudioGit/shanghai/keystore.jks')
storePassword "123456"
keyAlias "hbl"
keyPassword "123456"
}
}
buildTypes {
release {
minifyEnabled false
BIN
View File
Write
Preview
Loading…
Cancel
Save