Bump version to 3.1.1

This commit is contained in:
Óscar García Amor 2022-02-17 08:34:15 +01:00
parent 7c9d51f758
commit baa0c92c7a
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
7 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,3 @@
Others
- #671: Bump versions.mockito from 4.1.0 to 4.3.1.
- Update translations.

View File

@ -1,4 +1,3 @@
Enhancements
- #683: Rewrite the about and remove the webview.
- #685: Server coloring feature.

View File

@ -0,0 +1,2 @@
Bug fixes
- #688: Connection failure.

View File

@ -1,4 +1,3 @@
Otros
- #671: Actualizado versions.mockito de 4.1.0 a 4.3.1.
- Traducciones actualizadas.

View File

@ -1,4 +1,3 @@
Mejoras
- #683: Reescribir el acerca de y eliminar el webview.
- #685: Posibilidad de seleccionar el color del servidor.

View File

@ -0,0 +1,2 @@
Corrección de errores
- #688: Fallo de conexión.

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 101
versionName "3.1.0"
versionCode 102
versionName "3.1.1"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk