Bump to 1.0.1

This commit is contained in:
Paul Schaub 2018-01-12 22:23:34 +01:00
parent d43fb4c9dd
commit c4cf30baa3
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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
View 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"}}]