mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-21 20:02:06 +01:00
Bump to 1.0.1
This commit is contained in:
parent
d43fb4c9dd
commit
c4cf30baa3
3 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
CHANGELOG ENIGMANDROID
|
||||
v1.0.0-not-yet-released<
|
||||
v1.0.1-12.01.2018<
|
||||
*Added language: Brazilian-Portuguese
|
||||
|
||||
v1.0.0-05.05.2017<
|
||||
*Added Enigma KD
|
||||
*Added "protocol version" to QR-Code-shared configuration strings.
|
||||
This breaks backwards compatibility to older versions, but I added it to enable backwards-
|
||||
|
@ -20,7 +23,6 @@ v1.0.0-not-yet-released<
|
|||
*TODO: Write tests to ensure correct functionality (Pull Requests welcome)
|
||||
*TODO: Add multi-Enigma (select any rotor/reflector etc. Probably wont happen too soon)
|
||||
|
||||
|
||||
v0.1.9-09.10.2015<
|
||||
*Added option to share/receive configurations via QR-Code (ZXing Barcode Scanner)
|
||||
*Prevent user from setting incomplete reflector wiring
|
||||
|
@ -81,4 +83,4 @@ v0.1.3-14.03.2015<
|
|||
*Added About Dialog with ChangeLog-Button
|
||||
*Moved Version Info into About Dialog
|
||||
*Updated License Files
|
||||
*Fixed Landscape Layout
|
||||
*Fixed Landscape Layout
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "de.vanitasvitae.enigmandroid"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 25
|
||||
versionCode 16
|
||||
versionName "1.0.0-05.05.2017"
|
||||
versionCode 17
|
||||
versionName "1.0.1-12.01.2018"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
1
app/release/output.json
Normal file
1
app/release/output.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":16},"path":"app-release.apk","properties":{"packageId":"de.vanitasvitae.enigmandroid","split":"","minSdkVersion":"11"}}]
|
Loading…
Reference in a new issue