Skip to content

Commit 101e02d

Browse files
authored
ignore build in fastfile, it runs from github actions now (#85)
1 parent 400fbdf commit 101e02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ platform :android do
2424

2525
desc "Deploy internal to Google Play Store"
2626
lane :internal do
27-
sh("cd .. && flutter build appbundle --release")
27+
# sh("cd .. && flutter build appbundle --release")
2828
upload_to_play_store(
2929
aab:'./build/app/outputs/bundle/release/app-release.aab',
3030
skip_upload_screenshots:true,

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: An Amiibo collection app designed to allow you to keep track of
1212
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1313
# Read more about iOS versioning at
1414
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
15-
version: 2.2.2+91
15+
version: 2.2.21+92
1616

1717
environment:
1818
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)