Ver a proveniência

签名

炒锅机器人_一拖多
liup há 3 meses
ascendente
cometimento
0c8e1d2407
3 ficheiros alterados com 21 adições e 0 eliminações
  1. +13
    -0
      .idea/easycode.ignore
  2. +8
    -0
      app/build.gradle
  3. BIN
     

+ 13
- 0
.idea/easycode.ignore Ver ficheiro

@@ -0,0 +1,13 @@
node_modules/
dist/
vendor/
cache/
.*/
*.min.*
*.test.*
*.spec.*
*.bundle.*
*.bundle-min.*
*.*.js
*.*.ts
*.log

+ 8
- 0
app/build.gradle Ver ficheiro

@@ -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



Carregando…
Cancelar
Guardar