mirror of https://github.com/bilde2910/Hauk.git
Update to v1.6.2
This commit is contained in:
parent
5376f938d4
commit
62cac722d3
|
@ -3,7 +3,7 @@
|
|||
// An include file containing constants and common functions for the Hauk
|
||||
// backend. It loads the configuration file and declares it as a constant.
|
||||
|
||||
const BACKEND_VERSION = "1.6.1";
|
||||
const BACKEND_VERSION = "1.6.2";
|
||||
const LANGUAGES = ["ca", "de", "en", "eu", "fr", "it", "nb_NO", "nl", "nn", "ro", "ru", "tr", "uk"];
|
||||
|
||||
// Create mode for create.php. Corresponds with the constants from the Android
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
This updated adds support for Android versions up to Android 13. Due to compatibility issues, support for Android 6 has also been dropped in this release for now.
|
||||
|
||||
For the full changelog, please see https://github.com/bilde2910/Hauk/releases.
|
Loading…
Reference in New Issue