Skip to content

Commit

Permalink
Adds back android auto compatibility w/ test page
Browse files Browse the repository at this point in the history
  • Loading branch information
zlshames committed Aug 17, 2021
1 parent cec6269 commit a2e813b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<!-- <meta-data
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/> -->
android:resource="@xml/automotive_app_desc"/>

</application>

Expand Down
1 change: 1 addition & 0 deletions assets/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Below are the last few BlueBubbles App release changelogs

- Redesigned pinned chats for iOS theme
- Huge settings UI overhaul
- Android Auto support
- Notification improvements
- Performance and reliability improvements
- Lots of small new features and UI / UX improvements
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Send iMessages on Android using BlueBubbles!
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.0+3
version: 1.3.0+4
publish_to: none

environment:
Expand Down

0 comments on commit a2e813b

Please sign in to comment.