Skip to content

Commit

Permalink
Merge pull request #3488 from dhis2/remove_deep_links
Browse files Browse the repository at this point in the history
Remove deep links
  • Loading branch information
andresmr authored Feb 5, 2024
2 parents c519960 + 5feab0b commit d90d828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<category android:name="android.intent.category.DEFAULT" />

<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="play.dhis2.org"
android:scheme="https" />
</intent-filter>
</activity>
<activity
android:name=".usescases.login.LoginActivity"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ndk = "21.4.7075529"
sdk = "34"
minSdk = "21"
vCode = "129"
vCode = "130"
vName = "2.9.1"
kotlinCompilerExtensionVersion = "1.5.6"
gradle = "8.2.0"
Expand Down

0 comments on commit d90d828

Please sign in to comment.