Skip to content

Commit d34d09a

Browse files
committed
Fix DuckDuckGo activity
1 parent 2227d10 commit d34d09a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "space.tumeo.pixel"
99
minSdkVersion 17
1010
targetSdkVersion 27
11-
versionCode 27
12-
versionName "0.6.0"
11+
versionCode 61
12+
versionName "0.6.1"
1313
resConfigs "en"
1414
}
1515

app/src/main/res/xml/appfilter.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4706,6 +4706,9 @@
47064706
<item
47074707
component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.LaunchActivity}"
47084708
drawable="duckgo" />
4709+
<item
4710+
component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.Launcher}"
4711+
drawable="duckgo" />
47094712

47104713
<!-- 2019.03.12 Add -->
47114714
<item

0 commit comments

Comments
 (0)