Skip to content

Commit

Permalink
chore: 2.4.0-rc2 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Sep 26, 2022
1 parent 3157d52 commit 4a75b2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.4.0-rc2](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.4.0-rc2) (2022-09-26, pre-release)

### 🚀 Nouveautés

* Refonte ergonomique des listes de choix des nomenclatures.
* Accélérer la saisie en permettant de mémoriser les dernières nomenclatures saisies (https://github.com/PnX-SI/gn_mobile_occtax/issues/169).

### ⚠️ Notes de version

* Code de version : 3083

## [2.4.0-rc1](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.4.0-rc1) (2022-09-10, pre-release)

### 🐛 Corrections
Expand Down
4 changes: 2 additions & 2 deletions occtax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "fr.geonature.occtax2"
minSdkVersion 26
targetSdkVersion 31
versionCode 3079
versionName "2.4.0-rc1"
versionCode 3083
versionName "2.4.0-rc2"
buildConfigField "String", "BUILD_DATE", "\"" + new Date().getTime() + "\""
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = project.name + "-" + versionName
Expand Down

0 comments on commit 4a75b2c

Please sign in to comment.