Skip to content

Commit

Permalink
Merge pull request #129 from MXCzkEVM/big_upgrade
Browse files Browse the repository at this point in the history
Big upgrade
  • Loading branch information
reasje authored Dec 13, 2024
2 parents 91876ab + ddc99d8 commit d4aa05f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

<!-- Used for force removal of Google add id, Because one of
3rd party SDk was injecting It in merged Manifest in build/app/intermediates/merged_manifests/productDebug/AndroidManifest.xml -->
<!-- Should be removed If analytics is added and in
Google play console we need to tell them we this add id for analytics
https://stackoverflow.com/questions/73129574/you-cant-submit-updates-as-some-information-about-your-app-is-incomplete-googl -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />

<!-- legacy for Android 11 or lower -->
<!-- <uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" /> -->
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.

version: 1.4.0
version: 1.4.1


environment:
Expand Down

0 comments on commit d4aa05f

Please sign in to comment.