https://github.com/itscalebjones/pubgtrackerforandroid
A Playeruknown Battlegrounds statistic tracker for Android.
https://github.com/itscalebjones/pubgtrackerforandroid
android gaming pubg
Last synced: about 1 year ago
JSON representation
A Playeruknown Battlegrounds statistic tracker for Android.
- Host: GitHub
- URL: https://github.com/itscalebjones/pubgtrackerforandroid
- Owner: ItsCalebJones
- License: mit
- Created: 2017-08-12T16:57:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T12:48:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T15:26:20.743Z (over 1 year ago)
- Topics: android, gaming, pubg
- Language: Java
- Size: 37.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PUBG Stat Tracker
A Playerunknown's Battleground statistics tracker for Android.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
Android Studio 3.0 - Required for Gradle 3.0
### Installing
Pull down the project to a working directory.
At the root of the project create a 'app/version.properties' and a 'keystore.properties'.
Example:
version.properties
```
#Wed Oct 11 09:46:41 EDT 2017
VERSION_CODE=1
```
keystore.properties
```
storePassword=storePassword
keyPassword=password
keyAlias=alias
storeFile=path/to/keystore
```
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
* **Caleb Jones** - *Initial work* - [ItsCalebJones](https://github.com/ItsCalebJones)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* PUBG Tracker site for providing a public API