We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8214d9c commit 78c8c7aCopy full SHA for 78c8c7a
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.39.2]
5
+
6
+### Fixed
7
+- Added package query for Android 11+
8
9
## [0.39.1]
10
11
### Added
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.39.1'
+ sdkVersion='0.39.2'
35
versionCode=1
36
37
compileSdkVersion=30
core/src/main/AndroidManifest.xml
@@ -7,4 +7,8 @@
<activity android:name=".googlepay.GooglePayHelperActivity"
android:theme="@style/Snabble.Theme.GooglePayOverlay"/>
</application>
+ <queries>
12
+ <package android:name="com.google.android.apps.walletnfcrel" />
13
+ </queries>
14
</manifest>
0 commit comments