diff --git a/nexo/nexo-v1.0.4.apk b/nexo/nexo-v1.0.4.apk new file mode 100644 index 0000000..21a38d0 Binary files /dev/null and b/nexo/nexo-v1.0.4.apk differ diff --git a/nexo/version.json b/nexo/version.json index c84203c..d8681e4 100644 --- a/nexo/version.json +++ b/nexo/version.json @@ -1,6 +1,6 @@ { - "versionCode": 4, - "versionName": "1.0.3", - "apkUrl": "https://git.nacho.myds.me/Natxo/APK/raw/branch/main/nexo/nexo-v1.0.3-debug.apk", - "notes": "Corrige el aviso de actualizacion permanente: el APK publicado anteriormente como 1.0.2 era en realidad la build de 1.0.1." + "versionCode": 5, + "versionName": "1.0.4", + "apkUrl": "https://git.nacho.myds.me/Natxo/APK/raw/branch/main/nexo/nexo-v1.0.4.apk", + "notes": "Animaciones e interfaz mas fluidas: build release (antes se distribuia en modo debug, que hace que Compose vaya con overhead de depuracion), transiciones de pantalla mas rapidas y consistentes, y varios ajustes de recomposicion." }