1.2317 release

master 1.2317
M66B 3 days ago
parent 91f0c49748
commit 980fad4c0a

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2317 2026-05-27
* Fixed all reported issues
* Added button to request local network permission (Android 17 and later)
* Compiling with Java 21

@ -3,8 +3,8 @@ plugins {
id 'de.undercouch.download'
}
def getVersionCode = { -> return 2316 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2317 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2317 2026-05-27
* Fixed all reported issues
* Added button to request local network permission (Android 17 and later)
* Compiling with Java 21

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save