Skip to content

Commit 78c8c7a

Browse files
committed
add android 11 package query
1 parent 8214d9c commit 78c8c7a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.39.2]
5+
6+
### Fixed
7+
- Added package query for Android 11+
8+
49
## [0.39.1]
510

611
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
}
3232

3333
project.ext {
34-
sdkVersion='0.39.1'
34+
sdkVersion='0.39.2'
3535
versionCode=1
3636

3737
compileSdkVersion=30

core/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
<activity android:name=".googlepay.GooglePayHelperActivity"
88
android:theme="@style/Snabble.Theme.GooglePayOverlay"/>
99
</application>
10+
11+
<queries>
12+
<package android:name="com.google.android.apps.walletnfcrel" />
13+
</queries>
1014
</manifest>

0 commit comments

Comments
 (0)