Skip to content

Commit

Permalink
Merge branch 'hotfix/tchap_v2.6.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
appndigital committed Feb 10, 2023
2 parents 7881313 + 66778fa commit 120f8a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 6
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 1
ext.versionPatch = 2

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
5 changes: 2 additions & 3 deletions vector/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

<!-- To be able to install APK from the application -->
<!-- Tchap: Remove the ability to install an app from Tchap (https://github.com/tchapgouv/tchap-android/issues/832)
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
-->
<!-- Tchap: Remove the ability to install an app from Tchap (https://github.com/tchapgouv/tchap-android/issues/832)-->
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove" />

<!-- Location Sharing -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Expand Down

0 comments on commit 120f8a5

Please sign in to comment.