Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
fyf
/
AndroidSmartClient
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
签名
炒锅机器人_一拖多
liup
hace 3 meses
padre
30a1becded
commit
0c8e1d2407
Se han
modificado 3 ficheros
con
21 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+13
-0
.idea/easycode.ignore
+8
-0
app/build.gradle
BIN
+ 13
- 0
.idea/easycode.ignore
Ver fichero
@@ -0,0 +1,13 @@
node_modules/
dist/
vendor/
cache/
.*/
*.min.*
*.test.*
*.spec.*
*.bundle.*
*.bundle-min.*
*.*.js
*.*.ts
*.log
+ 8
- 0
app/build.gradle
Ver fichero
@@ -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
Ver fichero
Escribir
Vista previa
Cargando…
Cancelar
Guardar