Skip to content

Commit 31fef09

Browse files
authored
remove the setting of "allaboutolaf" in android builds
1 parent fdd2550 commit 31fef09

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fastlane/platforms/android.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131
# set the app version
3232
set_version
3333

34-
# set where this build came from
35-
set_package_data(data: {
36-
allaboutolaf: {
37-
source: 'beta',
38-
},
39-
})
40-
4134
# and run
4235
should_deploy = ENV['run_deploy'] == '1'
4336
if should_deploy

0 commit comments

Comments
 (0)