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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ ___
31
31
-`` gradle build bundle ``
32
32
- you should have the api bundled in ``build/libs/PokeGOAPI-Java_bundle-0.0.1-SNAPSHOT.jar``
33
33
34
-
PS : To eclipse user, you may build one time and add the generated java class for proto into eclipse path : Right click on the project > Build path > New Source Folder > Type 'build/generated/source/proto/main/java' > Finish
34
+
PS : To Eclipse user, you must build once : `` gradle build ``and add the generated java class for proto into eclipse source path : Right click on the project > Build path > Configure Build Path > Source > Add Folder > Select `build/generated/source/proto/main/java` > Finish
35
35
36
36
# Usage
37
37
Include the API as jar from your own build, or use Maven/Gradle/SBT/Leiningen: https://jitpack.io/#Grover-c13/PokeGOAPI-Java/master-SNAPSHOT
@@ -63,7 +63,7 @@ This library is meant to be a Java implementation of the API. Google Volley is s
63
63
- Create your feature branch: `git checkout -b my-new-feature`
64
64
- Commit your changes: `git commit -am 'Usefull information about your new features'`
65
65
- Push to the branch: `git push origin my-new-feature`
66
-
- Submit a pull request :D
66
+
- Submit a pull request on the `Development` branch :D
0 commit comments