Updated AAC Extension

- Disable AAC Extension if using v5 or newer

The event that is used for data gathering in Plan
for AAC is no longer present as an API in AAC past
version 5.0.0.

Because of this there is no data available for AAC,
and the extension is disabled.

Affects issues:
- Close #1673
This commit is contained in:
Risto Lahtela 2021-01-20 17:37:43 +02:00
parent fd729360c7
commit edddccf329

View File

@ -1,6 +1,6 @@
dependencies {
compile project(path: ":api")
compile 'com.djrapitops:Extension-AAC:4.0.11-R0.1'
compile 'com.djrapitops:Extension-AAC:4.4.2-R0.1'
compile 'com.djrapitops:Extension-AdvancedAchievements:1.1-R0.3'
compile 'com.djrapitops:Extension-AdvancedBan:2.1.5-R0.10'
compile 'com.djrapitops:Extension-ASkyBlock:3.0.9.4-R0.5'