Skip to content

Commit 271fff1

Browse files
authored
Merge pull request #3491 from dhis2/develop-2.9.1
Develop 2.9.1
2 parents 4ce45c2 + 7b8f83c commit 271fff1

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@
7070
<action android:name="android.intent.action.MAIN" />
7171
<category android:name="android.intent.category.LAUNCHER" />
7272
</intent-filter>
73-
<intent-filter android:autoVerify="true">
74-
<category android:name="android.intent.category.DEFAULT" />
75-
76-
<action android:name="android.intent.action.VIEW" />
77-
78-
<category android:name="android.intent.category.BROWSABLE" />
79-
80-
<data
81-
android:host="play.dhis2.org"
82-
android:scheme="https" />
83-
</intent-filter>
8473
</activity>
8574
<activity
8675
android:name=".usescases.login.LoginActivity"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ndk = "21.4.7075529"
33
sdk = "34"
44
minSdk = "21"
5-
vCode = "129"
5+
vCode = "130"
66
vName = "2.10-DEV"
77
kotlinCompilerExtensionVersion = "1.5.6"
88
gradle = "8.2.0"

0 commit comments

Comments
 (0)