Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezh committed Jun 22, 2021
2 parents 88ce2fe + 48ed396 commit ff1e6b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ All notable changes to this project will be documented in this file.
* Accessibility improvements:
* Fixed "Status Change" header in healed pop-up.
* Added closing icon on popups.

### 1.3.0 (2021-02-17)

* Certificate update
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
applicationId "es.gob.radarcovid"
minSdkVersion 23
targetSdkVersion 29
versionCode 11
versionCode 12
versionName "1.4.0"
resConfigs "en", "es", "ro", "ca", "gl", "eu", "fr"

Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package="es.gob.radarcovid">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
Expand Down

0 comments on commit ff1e6b3

Please sign in to comment.