Skip to content

Commit

Permalink
Fix invalid namespace on android
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 19, 2022
1 parent dcf063a commit 8656a3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}
development {
dimension "default"
applicationIdSuffix ".dev"
applicationIdSuffix ""
manifestPlaceholders = [appName: "Butterfly Nightly"]
}
}
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "8.3.2"
version: "8.3.3"
camera:
dependency: "direct main"
description:
Expand All @@ -133,14 +133,14 @@ packages:
name: camera_android
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+1"
version: "0.9.8+1"
camera_avfoundation:
dependency: transitive
description:
name: camera_avfoundation
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+1"
version: "0.9.8+1"
camera_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1015,7 +1015,7 @@ packages:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
version: "2.1.0"
url_launcher_web:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix invalid namespace on android

0 comments on commit 8656a3e

Please sign in to comment.