mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-22 04:12: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
|
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 Enigma KD
|
||||||
*Added "protocol version" to QR-Code-shared configuration strings.
|
*Added "protocol version" to QR-Code-shared configuration strings.
|
||||||
This breaks backwards compatibility to older versions, but I added it to enable backwards-
|
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: Write tests to ensure correct functionality (Pull Requests welcome)
|
||||||
*TODO: Add multi-Enigma (select any rotor/reflector etc. Probably wont happen too soon)
|
*TODO: Add multi-Enigma (select any rotor/reflector etc. Probably wont happen too soon)
|
||||||
|
|
||||||
|
|
||||||
v0.1.9-09.10.2015<
|
v0.1.9-09.10.2015<
|
||||||
*Added option to share/receive configurations via QR-Code (ZXing Barcode Scanner)
|
*Added option to share/receive configurations via QR-Code (ZXing Barcode Scanner)
|
||||||
*Prevent user from setting incomplete reflector wiring
|
*Prevent user from setting incomplete reflector wiring
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "de.vanitasvitae.enigmandroid"
|
applicationId "de.vanitasvitae.enigmandroid"
|
||||||
minSdkVersion 11
|
minSdkVersion 11
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 16
|
versionCode 17
|
||||||
versionName "1.0.0-05.05.2017"
|
versionName "1.0.1-12.01.2018"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
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