Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TousAntiCovid sources
TousAntiCovid Android
Commits
413951cc
Commit
413951cc
authored
Nov 14, 2020
by
stopcovid@lunabee.com
Browse files
Fix urls not opening on Android 11
parent
b7ce17d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
stopcovid/build.gradle
View file @
413951cc
...
@@ -44,8 +44,8 @@ android {
...
@@ -44,8 +44,8 @@ android {
applicationId
"fr.gouv.android.stopcovid"
applicationId
"fr.gouv.android.stopcovid"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
30
targetSdkVersion
30
versionCode
9
2
versionCode
9
4
versionName
"2.1.
4
"
versionName
"2.1.
5
"
testInstrumentationRunner
=
'com.lunabeestudio.stopcovid.TestRunner'
testInstrumentationRunner
=
'com.lunabeestudio.stopcovid.TestRunner'
...
...
stopcovid/src/main/AndroidManifest.xml
View file @
413951cc
...
@@ -19,6 +19,14 @@
...
@@ -19,6 +19,14 @@
<uses-sdk
tools:overrideLibrary=
"com.google.zxing.client.android"
/>
<uses-sdk
tools:overrideLibrary=
"com.google.zxing.client.android"
/>
<queries>
<intent>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<data
android:scheme=
"https"
/>
</intent>
</queries>
<application
<application
android:name=
".StopCovid"
android:name=
".StopCovid"
android:allowBackup=
"false"
android:allowBackup=
"false"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment