Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
++
  • Loading branch information
matanlurey committed Feb 20, 2024
commit 5259cc0a46c69b6a0811922dbfb57110d521a67f
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ xcuserdata
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
Expand Down
2 changes: 0 additions & 2 deletions testing/scenario_app/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ gradle_task("build_apk") {
gradle_project_dir = rebase_path(".")
sources = _android_sources
outputs = [ "$root_out_dir/scenario_app/app/outputs/apk/debug/app-debug.apk" ]

deps = [
":android_lint",
"//flutter/testing/scenario_app:scenario_app_snapshot",
Expand All @@ -64,7 +63,6 @@ gradle_task("build_test_apk") {
gradle_project_dir = rebase_path(".")
sources = _android_sources
outputs = [ "$root_out_dir/scenario_app/app/outputs/apk/androidTest/debug/app-debug-androidTest.apk" ]

deps = [
":android_lint",
"//flutter/testing/scenario_app:scenario_app_snapshot",
Expand Down