Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TousAntiCovid sources
TousAntiCovid Android
Commits
b7ca3f0e
Commit
b7ca3f0e
authored
May 10, 2021
by
stopcovid@lunabee.com
Browse files
Update to 3.0.1
- Fix analytics for API < 25
parent
ea38b901
Changes
2
Hide whitespace changes
Inline
Side-by-side
analytics/src/main/java/com/lunabeestudio/analytics/network/AnalyticsServerManager.kt
View file @
b7ca3f0e
...
...
@@ -56,7 +56,6 @@ internal object AnalyticsServerManager {
)
val
certificates
:
HandshakeCertificates
=
HandshakeCertificates
.
Builder
()
.
addTrustedCertificate
(
certificateFromString
(
context
,
"analytics_api_tousanticovid_gouv_fr"
))
.
addTrustedCertificate
(
certificateFromString
(
context
,
"analytics_api_int_tousanticovid_gouv_fr"
))
.
build
()
sslSocketFactory
(
certificates
.
sslSocketFactory
(),
certificates
.
trustManager
)
}
...
...
stopcovid/build.gradle
View file @
b7ca3f0e
...
...
@@ -43,8 +43,8 @@ android {
applicationId
"fr.gouv.android.stopcovid"
minSdkVersion
21
targetSdkVersion
30
versionCode
2
28
versionName
"3.0.
0
"
versionCode
2
30
versionName
"3.0.
1
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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