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 6aee1cb commit e1c824eCopy full SHA for e1c824e
app/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt'
6
apply from: '../versioning.gradle'
7
8
ext {
9
- VERSION_NAME = "0.9.0"
+ VERSION_NAME = "0.10.0"
10
}
11
12
android {
app/src/main/AndroidManifest.xml
@@ -18,7 +18,6 @@
18
<activity
19
android:name="com.duckduckgo.app.onboarding.ui.OnboardingActivity"
20
android:label="@string/appName"
21
- android:parentActivityName="com.duckduckgo.app.home.HomeActivity"
22
android:screenOrientation="fullSensor">
23
<intent-filter>
24
<action android:name="android.intent.action.MAIN" />
0 commit comments