Skip to content

Commit

Permalink
Merge tag '2.4.1-rc4' into develop
Browse files Browse the repository at this point in the history
2.4.1-rc4
  • Loading branch information
sgrimault committed Feb 21, 2023
2 parents 7d69f34 + b4db34e commit bcfc93f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.4.1-rc4](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.4.1-rc4) (2023-02-21, pre-release)

### 🚀 Corrections

* Gestion des médias sur la partie dénombrement (https://github.com/PnX-SI/gn_mobile_occtax/issues/84)
* Accélérer la saisie en permettant de mémoriser les dernières nomenclatures saisies sur la partie
dénombrement (https://github.com/PnX-SI/gn_mobile_occtax/issues/169).

### ⚠️ Notes de version

* Code de version : 3163

## [2.4.1-rc3](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.4.1-rc3) (2023-02-15, pre-release)

### 🚀 Nouveautés
Expand Down
4 changes: 2 additions & 2 deletions occtax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "fr.geonature.occtax2"
minSdkVersion 26
targetSdkVersion 31
versionCode 3137
versionName "2.4.1-rc3"
versionCode 3163
versionName "2.4.1-rc4"
buildConfigField "String", "BUILD_DATE", "\"" + new Date().getTime() + "\""
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = project.name + "-" + versionName
Expand Down

0 comments on commit bcfc93f

Please sign in to comment.