New APK.
This commit is contained in:
parent
3c77b37cd7
commit
adb6bdd8e9
|
@ -6,10 +6,6 @@
|
||||||
/.idea/libraries
|
/.idea/libraries
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
|
||||||
/projectFilesBackup
|
|
||||||
gradle*
|
gradle*
|
||||||
/gradle
|
/gradle
|
||||||
/app/build
|
/app/build
|
||||||
keystore.properties
|
|
||||||
/app/release
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Android app for generating random pastel colours. Also it's pronounced like "kwots".
|
Android app for generating random pastel colours. Also it's pronounced like "kwots".
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
Find the APK [here](app/app-release.apk) and click on the download button. You'll have to enable installing from [unknown sources](https://developer.android.com/distribute/tools/open-distribution.html#unknown-sources) to install it. Just tap on the file when it's done downloading. Works for Android 4.4+ (KitKat, Lollipop, Marshmallow, Nougat). [Direct download link for the fearless.](https://github.com/nonphatic/QUOZ/raw/master/app/app-release.apk)
|
Find the APK [here](app/release/app-release.apk) and click on the download button. You'll have to enable installing from [unknown sources](https://developer.android.com/distribute/tools/open-distribution.html#unknown-sources) to install it. Just tap on the file when it's done downloading. Works for Android 5.0+ (Lollipop, Marshmallow, Nougat, Oreo). [Direct download link for the fearless.](https://github.com/nonphatic/QUOZ/raw/master/app/release/app-release.apk)
|
||||||
|
|
||||||
## Features and Settings
|
## Features and Settings
|
||||||
When you open the app, tap to change colour and long-press to copy the colour hex code. Swipe down to show the settings button and swipe up to hide it.
|
When you open the app, tap to change colour and long-press to copy the colour hex code. Swipe down to show the settings button and swipe up to hide it.
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
Loading…
Reference in New Issue