add Fastlane metadata and bump version
This commit is contained in:
parent
2855d0b419
commit
ab34338174
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Initial release
|
|
@ -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 |
|
@ -0,0 +1 @@
|
|||
Simple tip calculator that operates on pre-tax amount
|
|
@ -0,0 +1 @@
|
|||
Tip Calculator
|
Loading…
Reference in New Issue