add Fastlane metadata and bump version

This commit is contained in:
Kay Faraday 2023-06-07 21:30:39 +00:00
parent 2855d0b419
commit ab34338174
7 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="quest.faraday.tip_calculator"
android:versionCode="2"
android:versionName="1.0.1">
android:versionCode="3"
android:versionName="1.0.2">
<application
android:allowBackup="true"

View File

@ -0,0 +1 @@
Initial release

View File

@ -0,0 +1 @@
Dead simple tip calculator that computes tip based on the subtotal, pre-tax. It's also my first app, so some things are missing that I don't know how to implement just yet.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1 @@
Simple tip calculator that operates on pre-tax amount

View File

@ -0,0 +1 @@
Tip Calculator