From 8a544d1ba59481eb2ae534002334319c6a21dcaa Mon Sep 17 00:00:00 2001 From: ineanto Date: Thu, 21 Dec 2023 00:16:19 +0100 Subject: [PATCH] fix: don't minimize bstats --- CHANGELOG.log | 7 +++++++ build.gradle.kts | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.log b/CHANGELOG.log index 72187b8..fd7fe3c 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -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!) diff --git a/build.gradle.kts b/build.gradle.kts index 97d8151..f1838b6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -122,6 +122,7 @@ tasks { minimize { exclude(dependency("xyz.xenondevs.invui:.*")) exclude(dependency("net.wesjd:.*")) + exclude(dependency("org.bstats:.*")) } }