Browse Source

签名

炒锅机器人_一拖多
liup 3 months ago
parent
commit
0c8e1d2407
3 changed files with 21 additions and 0 deletions
  1. +13
    -0
      .idea/easycode.ignore
  2. +8
    -0
      app/build.gradle
  3. 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


Loading…
Cancel
Save