Skip to content

Commit

Permalink
1.1.0 Additions, Changes and fixes
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
xMrAfonso committed May 8, 2023
1 parent dd91e0a commit 5a7afc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ publishing {
}
}


dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.auth0:java-jwt:4.2.1'
Expand Down
1 change: 1 addition & 0 deletions src/main/java/me/mrafonso/hangar4j/HangarClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ private CompletableFuture<HttpResponse<String>> sendAPIRequest(String path, Requ
return getUserProjects(user, 1).thenApply(hangarProjects -> hangarProjects.pagination().count());
}


/**
* Retrieve information about a specific user.
*
Expand Down

0 comments on commit 5a7afc0

Please sign in to comment.