Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Prepare Tchap v1.2.2
Browse files Browse the repository at this point in the history
- Make certificates checking mode more flexible
- Comment 'org.jitsi.react:jitsi-meet-sdk:2.2.2' dependance to build "withoutVoip" variant
- The variant "withVoip" is not available anymore on this branch (an update of 'org.jitsi.react:jitsi-meet-sdk' version would be required)
  • Loading branch information
giomfo committed Aug 27, 2021
1 parent 4d9e6aa commit d32ead3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions TCHAP_CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in Tchap 1.2.2 (2021-08-27)
===================================================

Features/Improvements:
* Make certificates checking mode more flexible

Changes in Tchap 1.2.1 (2021-04-02)
===================================================

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildscript {

// global properties used in sub modules
ext {
versionCodeProp = 79
versionNameProp = "1.2.1"
versionCodeProp = 85
versionNameProp = "1.2.2"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ dependencies {
//implementation project(':matrix-sdk-core')

/************* jitsi **************/
withvoipImplementation('org.jitsi.react:jitsi-meet-sdk:2.2.2')
//withvoipImplementation('org.jitsi.react:jitsi-meet-sdk:2.2.2')

/************* analytics **************/
// another tracking than GA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package fr.gouv.tchap.config

// Pinning is Enabled
const val ENABLE_CERTIFICATE_PINNING = true
const val ENABLE_CERTIFICATE_PINNING = false

// Put the list of fingerprint here.
val CERTIFICATE_FINGERPRINT_LIST = listOf<String>("90:45:FA:C4:7B:B4:8D:62:50:5F:19:EC:4E:EB:95:30:A2:B7:82:8D:E1:B9:CD:DB:18:4E:A4:93:DE:70:F3:B1",
Expand Down

0 comments on commit d32ead3

Please sign in to comment.