An open API service indexing awesome lists of open source software.

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.

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