Skip to content

Commit

Permalink
Standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatkins committed Jun 24, 2020
1 parent 6c5234c commit c9de243
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pOneWheel <a style="margin-bottom: 0;" href='https://play.google.com/store/apps/details?id=net.kwatts.powtools'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="80px"/></a>
# pOneWheel
[![CircleCI](https://img.shields.io/circleci/project/github/ponewheel/android-ponewheel/master.svg)](https://circleci.com/gh/ponewheel/android-ponewheel) [![API](https://img.shields.io/badge/API-21%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=21) [![MIT License](https://img.shields.io/github/license/ponewheel/android-ponewheel.svg)](https://opensource.org/licenses/mit-license.php)

This repository contains the source code for the pOneWheel app.
Expand All @@ -13,7 +13,25 @@ We plan to get a new release with all the new features, bug fixes, etc on the Go

> How can I help?
We'd love for you to test the open beta! Sign up at [Google Play Beta]. For questions, to report bugs, or suggestions and feature requests, head over to the [Github Ponewheel Issues] page. If you'd like to contribute, please fork this repository and contribute back using pull requests.
For questions, to report bugs, or suggestions and feature requests, head over to the [Github Ponewheel Issues] page. If you'd like to contribute, please fork this repository and contribute back using pull requests.

> Where did it go?
Yeah, about that... https://github.com/ponewheel/android-ponewheel/issues/113

> How can I build/install on my mobile device?
```
git clone https://github.com/ponewheel/android-ponewheel.git
cd android-ponewheel
./gradlew build -Dorg.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home
./gradlew installDebug -Dorg.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home
```

> When will you support The Pint/4210 hardware/4142 firmware/etc?
Head over to https://github.com/ponewheel/android-ponewheel/issues and jump in! We can always use the help.



Special thanks to,
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
minSdkVersion 21
targetSdkVersion 28
versionCode 43
versionName "4.3"
versionCode 44
versionName "4.4"
}
buildTypes {
release {
Expand Down

0 comments on commit c9de243

Please sign in to comment.