Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
update API to actually fix multibotting (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbink committed Nov 15, 2016
1 parent 65c550b commit 0425d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'ink.abb'
version '0.8.0'
version '0.8.1'

buildscript {
ext {
Expand Down Expand Up @@ -64,7 +64,7 @@ configurations {
dependencies {
//compile files('../PokeGOAPI-Java/library/build/libs/PokeGOAPI-library-all-0.3.0.jar')

compile files('lib/api-0.0.4.jar')
compile files('lib/api-0.0.5.jar')

// TODO: Wait for jitpack to fix itself...
//compile 'com.github.Grover-c13:PokeGOAPI-Java:Development-SNAPSHOT'
Expand Down
Binary file renamed lib/api-0.0.4.jar → lib/api-0.0.5.jar
Binary file not shown.

0 comments on commit 0425d6d

Please sign in to comment.