You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile 'com.github.tarehart:RLBot:gradle-build-SNAPSHOT:python@zip'// Fetch the python zip
19
-
runtime files('build/framework/RLBotFramework/dll') // This picks up the dll since it's in this directory. Doesn't work if you specify the dll by name.
17
+
// Fetch the framework jar file
18
+
compile 'com.github.RLBot:RLBot:v4-SNAPSHOT'
19
+
20
+
// Fetch the framework zip file. This will automatically stay up-to-date with the latest changes in the v4 branch.
21
+
// This is useful for automatically getting fixes when the framework breaks due to Rocket League patches.
22
+
// For different behavior, e.g. freezing at a specific version of the framework, see https://jitpack.io/docs/
0 commit comments