Commit 101e02d 1 parent 400fbdf commit 101e02d Copy full SHA for 101e02d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ platform :android do
24
24
25
25
desc "Deploy internal to Google Play Store"
26
26
lane :internal do
27
- sh ( "cd .. && flutter build appbundle --release" )
27
+ # sh("cd .. && flutter build appbundle --release")
28
28
upload_to_play_store (
29
29
aab :'./build/app/outputs/bundle/release/app-release.aab' ,
30
30
skip_upload_screenshots :true ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: An Amiibo collection app designed to allow you to keep track of
12
12
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
13
13
# Read more about iOS versioning at
14
14
# 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
16
16
17
17
environment :
18
18
sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments