Version 1.3.2
This commit is contained in:
parent
443eff28f3
commit
5bb19efeca
5 changed files with 6 additions and 4 deletions
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId "eu.depau.etchdroid"
|
applicationId "eu.depau.etchdroid"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName "1.3.1"
|
versionName "1.3.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
1
metadata/en-US/changelogs/6.txt
Normal file
1
metadata/en-US/changelogs/6.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fixed a bug which caused the app to crash when pressing any button on Android 6.0
|
|
@ -1 +1 @@
|
||||||
EtchDroid [NO ROOT] - Write ISOs and DMGs to USB
|
EtchDroid USB writer
|
||||||
|
|
1
metadata/it-IT/changelogs/6.txt
Normal file
1
metadata/it-IT/changelogs/6.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Risolto un problema che faceva crashare l'app quando si premeva un tasto qualsiasi su Android 6.0
|
|
@ -1 +1 @@
|
||||||
EtchDroid [NO ROOT] - Scrivi ISO e DMG su USB
|
EtchDroid
|
||||||
|
|
Loading…
Reference in a new issue