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 1.1.1
Browse files Browse the repository at this point in the history
Fixes #1315 and #1324

Possibly fixes #1309
  • Loading branch information
jabbink committed Nov 19, 2016
1 parent e369e72 commit 74dcbdd
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 '1.0.2'
version '1.0.3'

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-1.1.0.jar')
compile files('lib/api-1.1.1.jar')

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

0 comments on commit 74dcbdd

Please sign in to comment.