Bump version to 3.1.1
This commit is contained in:
parent
7c9d51f758
commit
baa0c92c7a
|
@ -1,4 +1,3 @@
|
||||||
Others
|
Others
|
||||||
|
|
||||||
- #671: Bump versions.mockito from 4.1.0 to 4.3.1.
|
- #671: Bump versions.mockito from 4.1.0 to 4.3.1.
|
||||||
- Update translations.
|
- Update translations.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
Enhancements
|
Enhancements
|
||||||
|
|
||||||
- #683: Rewrite the about and remove the webview.
|
- #683: Rewrite the about and remove the webview.
|
||||||
- #685: Server coloring feature.
|
- #685: Server coloring feature.
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Bug fixes
|
||||||
|
- #688: Connection failure.
|
|
@ -1,4 +1,3 @@
|
||||||
Otros
|
Otros
|
||||||
|
|
||||||
- #671: Actualizado versions.mockito de 4.1.0 a 4.3.1.
|
- #671: Actualizado versions.mockito de 4.1.0 a 4.3.1.
|
||||||
- Traducciones actualizadas.
|
- Traducciones actualizadas.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
Mejoras
|
Mejoras
|
||||||
|
|
||||||
- #683: Reescribir el acerca de y eliminar el webview.
|
- #683: Reescribir el acerca de y eliminar el webview.
|
||||||
- #685: Posibilidad de seleccionar el color del servidor.
|
- #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 {
|
defaultConfig {
|
||||||
applicationId "org.moire.ultrasonic"
|
applicationId "org.moire.ultrasonic"
|
||||||
versionCode 101
|
versionCode 102
|
||||||
versionName "3.1.0"
|
versionName "3.1.1"
|
||||||
|
|
||||||
minSdkVersion versions.minSdk
|
minSdkVersion versions.minSdk
|
||||||
targetSdkVersion versions.targetSdk
|
targetSdkVersion versions.targetSdk
|
||||||
|
|
Loading…
Reference in New Issue