arkycite recolor

This commit is contained in:
Anuken
2021-11-30 22:52:33 -05:00
parent b3dd7f4b8b
commit e30d090a2e
6 changed files with 20 additions and 8 deletions

View File

@@ -24,6 +24,8 @@ if(System.getenv("JITPACK") == "true") hasSdk = false
if(hasSdk){
//hack: pretend the Android module doesn't exist when imported through IntelliJ
//why? because IntelliJ chokes on the new version of the Android plugin
//UPDATE: it no longer chokes on AGP with the latest version, but instead gives a completely different error. brilliant.
if(!System.getProperty("jna.tmpdir")?.contains("JetBrains")){
include 'android'
}