Version v1.3.3
This commit is contained in:
parent
751a1ce3be
commit
dc0f5da652
3 changed files with 8 additions and 2 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "eu.depau.etchdroid"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 6
|
||||
versionName "1.3.2"
|
||||
versionCode 7
|
||||
versionName "1.3.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
|
3
metadata/en-US/changelogs/7.txt
Normal file
3
metadata/en-US/changelogs/7.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Added Turkish translation
|
||||
- Updated LibreSSL to latest version
|
||||
- Fixed a bug which caused the app to crash when pressing any button on Android 6.0
|
3
metadata/it-IT/changelogs/7.txt
Normal file
3
metadata/it-IT/changelogs/7.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Aggiunta traduzione in Turco
|
||||
- Aggiornato LibreSSL all'ultima versione
|
||||
- Risolto un problema che faceva crashare l'app quando si premeva un tasto qualsiasi su Android 6.0
|
Loading…
Reference in a new issue