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 2227d10 commit d34d09aCopy full SHA for d34d09a
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "space.tumeo.pixel"
9
minSdkVersion 17
10
targetSdkVersion 27
11
- versionCode 27
12
- versionName "0.6.0"
+ versionCode 61
+ versionName "0.6.1"
13
resConfigs "en"
14
}
15
app/src/main/res/xml/appfilter.xml
@@ -4706,6 +4706,9 @@
4706
<item
4707
component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.LaunchActivity}"
4708
drawable="duckgo" />
4709
+ <item
4710
+ component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.Launcher}"
4711
+ drawable="duckgo" />
4712
4713
<!-- 2019.03.12 Add -->
4714
0 commit comments