Skip to content

car-arithmetric

Pre-release
Pre-release
Compare
Choose a tag to compare
@EdricChan03 EdricChan03 released this 17 Aug 14:13
5e2879e

Changes

  • Add an app intro
  • Add screenshots
  • Add a changelog file

Notes

The apk file you are downloading is a beta and may break at any time. Please open a new issue if that is the case and add steps for reproducing the issue.
The minimum Android version required is Android 6.0, so if you have an unsupported device, you can't install this.

Permissions

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

These two permissions are required for AppUpdater to check for updates.

Installing

  1. Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
  2. Download the apk file below.
  3. Install it by opening it.
  4. Accept the permissions.
  5. Done!

License

MIT License

Copyright (c) 2017 Edric Chan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.