Skip to content

Commit

Permalink
Fix DuckDuckGo activity
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Apr 7, 2020
1 parent 2227d10 commit d34d09a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "space.tumeo.pixel"
minSdkVersion 17
targetSdkVersion 27
versionCode 27
versionName "0.6.0"
versionCode 61
versionName "0.6.1"
resConfigs "en"
}

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4706,6 +4706,9 @@
<item
component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.LaunchActivity}"
drawable="duckgo" />
<item
component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.Launcher}"
drawable="duckgo" />

<!-- 2019.03.12 Add -->
<item
Expand Down

0 comments on commit d34d09a

Please sign in to comment.