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

Commit

Permalink
fix catch rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbink committed Nov 12, 2016
1 parent 4516880 commit 3ab0e1c
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.7.2'
version '0.7.3'

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

compile files('lib/api-0.0.1.jar')
compile files('lib/api-0.0.2.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.1.jar → lib/api-0.0.2.jar
Binary file not shown.

0 comments on commit 3ab0e1c

Please sign in to comment.