Bump version to 3.1.1
This commit is contained in:
parent
7c9d51f758
commit
baa0c92c7a
|
@ -1,4 +1,3 @@
|
|||
Others
|
||||
|
||||
- #671: Bump versions.mockito from 4.1.0 to 4.3.1.
|
||||
- Update translations.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Enhancements
|
||||
|
||||
- #683: Rewrite the about and remove the webview.
|
||||
- #685: Server coloring feature.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Bug fixes
|
||||
- #688: Connection failure.
|
|
@ -1,4 +1,3 @@
|
|||
Otros
|
||||
|
||||
- #671: Actualizado versions.mockito de 4.1.0 a 4.3.1.
|
||||
- Traducciones actualizadas.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Mejoras
|
||||
|
||||
- #683: Reescribir el acerca de y eliminar el webview.
|
||||
- #685: Posibilidad de seleccionar el color del servidor.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Corrección de errores
|
||||
- #688: Fallo de conexión.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue