mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Bump version to 4.2.1
This commit is contained in:
parent
aea3021e16
commit
20e9803ebf
5
fastlane/metadata/android/en-US/changelogs/111.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/111.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Bug fixes
|
||||
- #848: ConcurrentModification crash.
|
||||
|
||||
Enhancements
|
||||
- #859: "Download on Wi-Fi only" setting doesn't detect Wi-Fi when VPN is enabled.
|
5
fastlane/metadata/android/es-ES/changelogs/111.txt
Normal file
5
fastlane/metadata/android/es-ES/changelogs/111.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Corrección de errores
|
||||
- #848: Fallo de ConcurrentModification.
|
||||
|
||||
Mejoras
|
||||
- #859: El ajuste "Descargar sólo en Wi-Fi" no detecta la Wi-Fi cuando la VPN está activada.
|
@ -9,8 +9,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 110
|
||||
versionName "4.2.0"
|
||||
versionCode 111
|
||||
versionName "4.2.1"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user