fix: don't minimize bstats

This commit is contained in:
ineanto 2023-12-21 00:16:19 +01:00
parent 95cb064e29
commit 8a544d1ba5
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
1.0.9-RC1: Update n°6 (20/12/23)
[FEATURES]
-
[FIXES]
- bStats metrics should be properly sent now(?)
1.0.8-RC1: Update n°5 (19/12/23)
[FEATURES]
- Introduced a version string inside Nicko's configuration to plan future updated to the file. Your previous configuration file will automatically be migrated to this current version (with the backup of your old one included!)

View file

@ -122,6 +122,7 @@ tasks {
minimize {
exclude(dependency("xyz.xenondevs.invui:.*"))
exclude(dependency("net.wesjd:.*"))
exclude(dependency("org.bstats:.*"))
}
}