mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 11:14:55 +08:00
Eyre_S
7589e8661d
- added `--dinner-chat`/`-chd` startup param for setup dinner chat id - fixed some unclosed resource - TrackerDataManager changed method to get FileChannel (I don't know if it works) - MornyCLI scanner uses try-with-resources - declared directly used dependencies - okhttp: 4.11.0 - gson: 2.10.1 - some minor refactors - MornyCoeur.main rename to .init - added package `internal` and move @BuildConfigField to it - added new util class OkHttpPublic with MediaTypes in use - added javadoc for TrackerDataManager - and so on...
27 lines
415 B
Properties
27 lines
415 B
Properties
## Core
|
|
|
|
MORNY_ARCHIVE_NAME = morny-coeur
|
|
|
|
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
|
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
|
|
|
VERSION = 1.0.0-RC3.9
|
|
|
|
USE_DELTA = false
|
|
VERSION_DELTA =
|
|
|
|
CODENAME = beiping
|
|
|
|
# dependencies
|
|
|
|
lib_spotbugs_v = 4.7.3
|
|
|
|
lib_messiva_v = 0.1.1
|
|
|
|
lib_javatelegramapi_v = 6.2.0
|
|
|
|
lib_okhttp_v = 4.11.0
|
|
lib_gson_v = 2.10.1
|
|
|
|
lib_junit_v = 5.10.0
|