Skip to content

Commit

Permalink
fix flutter android build
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 8, 2024
1 parent 16632cc commit 47a6895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions bluetooth_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ allprojects {
apply plugin: 'com.android.library'

android {
namespace "com.tekartik.bluetooth.flutter"
compileSdkVersion 33

defaultConfig {
Expand Down
3 changes: 1 addition & 2 deletions bluetooth_flutter/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tekartik.bluetooth_flutter">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<!-- New Bluetooth permissions in Android 12
https://developer.android.com/about/versions/12/features/bluetooth-permissions
Expand Down
2 changes: 1 addition & 1 deletion bluetooth_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tekartik_bluetooth_flutter
description: Bluetooth flutter specific
version: 0.5.0
version: 0.6.0
publish_to: none

environment:
Expand Down

0 comments on commit 47a6895

Please sign in to comment.