Compare commits
No commits in common. "eee1d12851576a83e0db22b138e12ead4f7f6af0" and "ead31e12c088f90bd346c86cd6372db85d8b32bf" have entirely different histories.
eee1d12851
...
ead31e12c0
@ -1,7 +1,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.fahrecker.time_progress_calculator">
|
package="com.fahrecker.time_progress_calculator">
|
||||||
<application
|
<application
|
||||||
android:label="Time Progress Tracker"
|
android:label="time_progress_tracker"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<activity
|
<activity
|
||||||
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.0.20+20
|
version: 0.0.19+19
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.1 <4.0.0'
|
sdk: '>=3.3.1 <4.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user